We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc2a5dc + 544e90c commit 60ee370Copy full SHA for 60ee370
2 files changed
.github/workflows/sphinx.yml
@@ -15,7 +15,10 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v4
18
- - uses: actions/setup-python@v4
+ - name: Set up Python 3.11
19
+ uses: actions/setup-python@v4
20
+ with:
21
+ python-version: 3.11.6
22
23
- name: Build docs requirements
24
run: pip install -r docs/requirements.txt
docs/requirements.txt
@@ -1,4 +1,6 @@
1
-pallets_sphinx_themes==2.*
2
-myst-parser==2.0.*
3
-autodoc_pydantic==1.9.0
4
-pydantic>=2.4.0 # not directly required, pinned by Snyk to avoid a vulnerability
+sphinx==7.2.6
+pallets_sphinx_themes==2.1.1
+myst-parser==2.0.0
+autodoc_pydantic==2.0.1
5
+pydantic==2.4.2
6
+pydantic-settings==2.0.3
0 commit comments