Upgrade dependencies
This commit is contained in:
parent
8813f673dc
commit
2a013bbd69
3 changed files with 53 additions and 41 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# frozen requirements generated by pip-deepfreeze
|
# frozen requirements generated by pip-deepfreeze
|
||||||
mypy==1.7.0
|
mypy==1.10.1
|
||||||
mypy-extensions==1.0.0
|
mypy-extensions==1.0.0
|
||||||
types-urllib3==1.26.25.14
|
types-urllib3==1.26.25.14
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
# frozen requirements generated by pip-deepfreeze
|
# frozen requirements generated by pip-deepfreeze
|
||||||
coverage==7.3.2
|
coverage==7.5.4
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
pluggy==1.3.0
|
pluggy==1.5.0
|
||||||
pytest==7.4.3
|
pytest==8.2.2
|
||||||
pytest-asyncio==0.21.1
|
pytest-asyncio==0.23.7
|
||||||
pytest-cov==4.1.0
|
pytest-cov==5.0.0
|
||||||
pytest-dotenv==0.5.2
|
pytest-dotenv==0.5.2
|
||||||
pytest-mock==3.12.0
|
pytest-mock==3.14.0
|
||||||
|
|
|
||||||
|
|
@ -1,43 +1,55 @@
|
||||||
# frozen requirements generated by pip-deepfreeze
|
# frozen requirements generated by pip-deepfreeze
|
||||||
annotated-types==0.6.0
|
annotated-types==0.7.0
|
||||||
ansi2html==1.8.0
|
ansi2html==1.9.2
|
||||||
anyio==3.7.1
|
anyio==4.4.0
|
||||||
cachetools==5.3.2
|
cachetools==5.3.3
|
||||||
certifi==2023.11.17
|
certifi==2024.6.2
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
fastapi==0.104.1
|
dnspython==2.6.1
|
||||||
google-auth==2.23.4
|
email-validator==2.2.0
|
||||||
gunicorn==21.2.0
|
fastapi==0.111.0
|
||||||
|
fastapi-cli==0.0.4
|
||||||
|
google-auth==2.30.0
|
||||||
|
gunicorn==22.0.0
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
httpcore==1.0.2
|
httpcore==1.0.5
|
||||||
httpx==0.25.1
|
httptools==0.6.1
|
||||||
idna==3.4
|
httpx==0.27.0
|
||||||
Jinja2==3.1.2
|
idna==3.7
|
||||||
kubernetes==28.1.0
|
jinja2==3.1.4
|
||||||
|
kubernetes==30.1.0
|
||||||
markdown-it-py==3.0.0
|
markdown-it-py==3.0.0
|
||||||
MarkupSafe==2.1.3
|
markupsafe==2.1.5
|
||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
oauthlib==3.2.2
|
oauthlib==3.2.2
|
||||||
packaging==23.2
|
orjson==3.10.5
|
||||||
pyasn1==0.5.0
|
packaging==24.1
|
||||||
pyasn1-modules==0.3.0
|
pyasn1==0.6.0
|
||||||
pydantic==2.5.1
|
pyasn1-modules==0.4.0
|
||||||
pydantic-settings==2.1.0
|
pydantic==2.7.4
|
||||||
pydantic_core==2.14.3
|
pydantic-core==2.18.4
|
||||||
Pygments==2.17.1
|
pydantic-settings==2.3.4
|
||||||
python-dateutil==2.8.2
|
pygments==2.18.0
|
||||||
python-dotenv==1.0.0
|
python-dateutil==2.9.0.post0
|
||||||
PyYAML==6.0.1
|
python-dotenv==1.0.1
|
||||||
requests==2.31.0
|
python-multipart==0.0.9
|
||||||
requests-oauthlib==1.3.1
|
pyyaml==6.0.1
|
||||||
rich==13.7.0
|
requests==2.32.3
|
||||||
|
requests-oauthlib==2.0.0
|
||||||
|
rich==13.7.1
|
||||||
rsa==4.9
|
rsa==4.9
|
||||||
|
shellingham==1.5.4
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
sniffio==1.3.0
|
sniffio==1.3.1
|
||||||
sse-starlette==1.6.5
|
sse-starlette==2.1.2
|
||||||
starlette==0.27.0
|
starlette==0.37.2
|
||||||
typing_extensions==4.8.0
|
typer==0.12.3
|
||||||
urllib3==1.26.18
|
typing-extensions==4.12.2
|
||||||
uvicorn==0.24.0.post1
|
ujson==5.10.0
|
||||||
websocket-client==1.6.4
|
urllib3==2.2.2
|
||||||
|
uvicorn==0.30.1
|
||||||
|
uvloop==0.19.0
|
||||||
|
watchfiles==0.22.0
|
||||||
|
websocket-client==1.8.0
|
||||||
|
websockets==12.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue