Skip to content

Commit

Permalink
Merge pull request #282 from AndreiDrang/master
Browse files Browse the repository at this point in the history
upd libs
  • Loading branch information
AndreiDrang authored Aug 5, 2024
2 parents ec887a8 + f2dc336 commit e991369
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sphinx==7.4.7
sphinx==8.0.2
pallets_sphinx_themes==2.1.3
myst-parser==3.0.1
myst-parser==4.0.0
autodoc_pydantic==2.2.0
pydantic==2.8.2
pydantic-settings==2.3.4
pydantic-settings==2.4.0
enum-tools[sphinx]==0.12.0
requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencies = [
"requests>=2.21.0",
"aiohttp>=3.9.2",
"msgspec==0.18.*",
"tenacity==8.*"
"tenacity>=8,<10"
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit e991369

Please sign in to comment.