Browse Source
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>pull/13655/merge
committed by
GitHub
3 changed files with 7 additions and 5 deletions
@ -1,4 +1,4 @@ |
|||
# For mkdocstrings and tests |
|||
httpx >=0.23.0,<0.28.0 |
|||
httpx >=0.23.0,<0.29.0 |
|||
# For linting and generating docs versions |
|||
ruff ==0.11.2 |
|||
|
@ -1,6 +1,6 @@ |
|||
PyGithub>=2.3.0,<3.0.0 |
|||
pydantic>=2.5.3,<3.0.0 |
|||
pydantic-settings>=2.1.0,<3.0.0 |
|||
httpx>=0.27.0,<0.28.0 |
|||
httpx>=0.27.0,<0.29.0 |
|||
pyyaml >=5.3.1,<7.0.0 |
|||
smokeshow |
|||
|
Loading…
Reference in new issue