3 changed files with 31 additions and 2 deletions
@ -1,4 +1,4 @@ |
|||||
# For mkdocstrings and tests |
# For mkdocstrings and tests |
||||
httpx >=0.23.0,<0.28.0 |
httpx >=0.23.0,<0.29.0 |
||||
# For linting and generating docs versions |
# For linting and generating docs versions |
||||
ruff ==0.6.4 |
ruff ==0.6.4 |
||||
|
@ -1,6 +1,6 @@ |
|||||
PyGithub>=2.3.0,<3.0.0 |
PyGithub>=2.3.0,<3.0.0 |
||||
pydantic>=2.5.3,<3.0.0 |
pydantic>=2.5.3,<3.0.0 |
||||
pydantic-settings>=2.1.0,<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 |
pyyaml >=5.3.1,<7.0.0 |
||||
smokeshow |
smokeshow |
||||
|
Loading…
Reference in new issue