mirror of
https://gitlab.com/itsulu-odoo/runboat.git
synced 2026-05-30 23:41:27 +00:00
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
|
||||
mypy==1.7.0
|
||||
mypy==1.10.1
|
||||
mypy-extensions==1.0.0
|
||||
types-urllib3==1.26.25.14
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# frozen requirements generated by pip-deepfreeze
|
||||
coverage==7.3.2
|
||||
coverage==7.5.4
|
||||
iniconfig==2.0.0
|
||||
pluggy==1.3.0
|
||||
pytest==7.4.3
|
||||
pytest-asyncio==0.21.1
|
||||
pytest-cov==4.1.0
|
||||
pluggy==1.5.0
|
||||
pytest==8.2.2
|
||||
pytest-asyncio==0.23.7
|
||||
pytest-cov==5.0.0
|
||||
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
|
||||
annotated-types==0.6.0
|
||||
ansi2html==1.8.0
|
||||
anyio==3.7.1
|
||||
cachetools==5.3.2
|
||||
certifi==2023.11.17
|
||||
annotated-types==0.7.0
|
||||
ansi2html==1.9.2
|
||||
anyio==4.4.0
|
||||
cachetools==5.3.3
|
||||
certifi==2024.6.2
|
||||
charset-normalizer==3.3.2
|
||||
click==8.1.7
|
||||
fastapi==0.104.1
|
||||
google-auth==2.23.4
|
||||
gunicorn==21.2.0
|
||||
dnspython==2.6.1
|
||||
email-validator==2.2.0
|
||||
fastapi==0.111.0
|
||||
fastapi-cli==0.0.4
|
||||
google-auth==2.30.0
|
||||
gunicorn==22.0.0
|
||||
h11==0.14.0
|
||||
httpcore==1.0.2
|
||||
httpx==0.25.1
|
||||
idna==3.4
|
||||
Jinja2==3.1.2
|
||||
kubernetes==28.1.0
|
||||
httpcore==1.0.5
|
||||
httptools==0.6.1
|
||||
httpx==0.27.0
|
||||
idna==3.7
|
||||
jinja2==3.1.4
|
||||
kubernetes==30.1.0
|
||||
markdown-it-py==3.0.0
|
||||
MarkupSafe==2.1.3
|
||||
markupsafe==2.1.5
|
||||
mdurl==0.1.2
|
||||
oauthlib==3.2.2
|
||||
packaging==23.2
|
||||
pyasn1==0.5.0
|
||||
pyasn1-modules==0.3.0
|
||||
pydantic==2.5.1
|
||||
pydantic-settings==2.1.0
|
||||
pydantic_core==2.14.3
|
||||
Pygments==2.17.1
|
||||
python-dateutil==2.8.2
|
||||
python-dotenv==1.0.0
|
||||
PyYAML==6.0.1
|
||||
requests==2.31.0
|
||||
requests-oauthlib==1.3.1
|
||||
rich==13.7.0
|
||||
orjson==3.10.5
|
||||
packaging==24.1
|
||||
pyasn1==0.6.0
|
||||
pyasn1-modules==0.4.0
|
||||
pydantic==2.7.4
|
||||
pydantic-core==2.18.4
|
||||
pydantic-settings==2.3.4
|
||||
pygments==2.18.0
|
||||
python-dateutil==2.9.0.post0
|
||||
python-dotenv==1.0.1
|
||||
python-multipart==0.0.9
|
||||
pyyaml==6.0.1
|
||||
requests==2.32.3
|
||||
requests-oauthlib==2.0.0
|
||||
rich==13.7.1
|
||||
rsa==4.9
|
||||
shellingham==1.5.4
|
||||
six==1.16.0
|
||||
sniffio==1.3.0
|
||||
sse-starlette==1.6.5
|
||||
starlette==0.27.0
|
||||
typing_extensions==4.8.0
|
||||
urllib3==1.26.18
|
||||
uvicorn==0.24.0.post1
|
||||
websocket-client==1.6.4
|
||||
sniffio==1.3.1
|
||||
sse-starlette==2.1.2
|
||||
starlette==0.37.2
|
||||
typer==0.12.3
|
||||
typing-extensions==4.12.2
|
||||
ujson==5.10.0
|
||||
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