Skip to content

Commit 60ee370

Browse files
author
Andrei
authored
Merge pull request #52 from AndreiDrang/main
Upd docs req
2 parents bc2a5dc + 544e90c commit 60ee370

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/sphinx.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: actions/setup-python@v4
18+
- name: Set up Python 3.11
19+
uses: actions/setup-python@v4
20+
with:
21+
python-version: 3.11.6
1922

2023
- name: Build docs requirements
2124
run: pip install -r docs/requirements.txt

docs/requirements.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
sphinx==7.2.6
2+
pallets_sphinx_themes==2.1.1
3+
myst-parser==2.0.0
4+
autodoc_pydantic==2.0.1
5+
pydantic==2.4.2
6+
pydantic-settings==2.0.3

0 commit comments

Comments
 (0)