mirror of
https://gitlab.com/itsulu-odoo/runboat.git
synced 2026-05-30 23:41:27 +00:00
Merge pull request #139 from sbidoul/update-deps-sbi
Upgrade dependencies
This commit is contained in:
commit
5d84b88c90
3 changed files with 59 additions and 53 deletions
|
|
@ -1,3 +1,4 @@
|
|||
# frozen requirements generated by pip-deepfreeze
|
||||
mypy==1.15.0
|
||||
mypy-extensions==1.0.0
|
||||
mypy==1.18.2
|
||||
mypy-extensions==1.1.0
|
||||
pathspec==0.12.1
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# frozen requirements generated by pip-deepfreeze
|
||||
coverage==7.6.12
|
||||
iniconfig==2.0.0
|
||||
pluggy==1.5.0
|
||||
pytest==8.3.4
|
||||
pytest-asyncio==0.25.3
|
||||
pytest-cov==6.0.0
|
||||
coverage==7.11.0
|
||||
iniconfig==2.3.0
|
||||
pluggy==1.6.0
|
||||
pytest==8.4.2
|
||||
pytest-asyncio==1.2.0
|
||||
pytest-cov==7.0.0
|
||||
pytest-dotenv==0.5.2
|
||||
pytest-mock==3.14.0
|
||||
pytest-mock==3.15.1
|
||||
|
|
|
|||
|
|
@ -1,59 +1,64 @@
|
|||
# frozen requirements generated by pip-deepfreeze
|
||||
annotated-doc==0.0.3
|
||||
annotated-types==0.7.0
|
||||
ansi2html==1.9.2
|
||||
anyio==4.8.0
|
||||
cachetools==5.5.2
|
||||
certifi==2025.1.31
|
||||
charset-normalizer==3.4.1
|
||||
click==8.1.8
|
||||
dnspython==2.7.0
|
||||
durationpy==0.9
|
||||
email-validator==2.2.0
|
||||
fastapi==0.115.10
|
||||
fastapi-cli==0.0.7
|
||||
google-auth==2.38.0
|
||||
anyio==4.11.0
|
||||
cachetools==6.2.1
|
||||
certifi==2025.10.5
|
||||
charset-normalizer==3.4.4
|
||||
click==8.3.0
|
||||
dnspython==2.8.0
|
||||
durationpy==0.10
|
||||
email-validator==2.3.0
|
||||
fastapi==0.120.0
|
||||
fastapi-cli==0.0.14
|
||||
fastapi-cloud-cli==0.3.1
|
||||
google-auth==2.41.1
|
||||
gunicorn==23.0.0
|
||||
h11==0.14.0
|
||||
httpcore==1.0.7
|
||||
httptools==0.6.4
|
||||
h11==0.16.0
|
||||
httpcore==1.0.9
|
||||
httptools==0.7.1
|
||||
httpx==0.28.1
|
||||
idna==3.10
|
||||
idna==3.11
|
||||
itsdangerous==2.2.0
|
||||
jinja2==3.1.5
|
||||
kubernetes==32.0.1
|
||||
markdown-it-py==3.0.0
|
||||
markupsafe==3.0.2
|
||||
jinja2==3.1.6
|
||||
kubernetes==34.1.0
|
||||
markdown-it-py==4.0.0
|
||||
markupsafe==3.0.3
|
||||
mdurl==0.1.2
|
||||
oauthlib==3.2.2
|
||||
orjson==3.10.15
|
||||
packaging==24.2
|
||||
oauthlib==3.3.1
|
||||
orjson==3.11.4
|
||||
packaging==25.0
|
||||
pyasn1==0.6.1
|
||||
pyasn1-modules==0.4.1
|
||||
pydantic==2.10.6
|
||||
pydantic-core==2.27.2
|
||||
pydantic-extra-types==2.10.2
|
||||
pydantic-settings==2.8.1
|
||||
pygments==2.19.1
|
||||
pyasn1-modules==0.4.2
|
||||
pydantic==2.12.3
|
||||
pydantic-core==2.41.4
|
||||
pydantic-extra-types==2.10.6
|
||||
pydantic-settings==2.11.0
|
||||
pygments==2.19.2
|
||||
python-dateutil==2.9.0.post0
|
||||
python-dotenv==1.0.1
|
||||
python-dotenv==1.2.1
|
||||
python-multipart==0.0.20
|
||||
pyyaml==6.0.2
|
||||
requests==2.32.3
|
||||
pyyaml==6.0.3
|
||||
requests==2.32.5
|
||||
requests-oauthlib==2.0.0
|
||||
rich==13.9.4
|
||||
rich-toolkit==0.13.2
|
||||
rsa==4.9
|
||||
rich==14.2.0
|
||||
rich-toolkit==0.15.1
|
||||
rignore==0.7.1
|
||||
rsa==4.9.1
|
||||
sentry-sdk==2.42.1
|
||||
shellingham==1.5.4
|
||||
six==1.17.0
|
||||
sniffio==1.3.1
|
||||
sse-starlette==2.2.1
|
||||
starlette==0.46.0
|
||||
typer==0.15.2
|
||||
typing-extensions==4.12.2
|
||||
ujson==5.10.0
|
||||
sse-starlette==3.0.2
|
||||
starlette==0.48.0
|
||||
typer==0.20.0
|
||||
typing-extensions==4.15.0
|
||||
typing-inspection==0.4.2
|
||||
ujson==5.11.0
|
||||
urllib3==2.3.0
|
||||
uvicorn==0.34.0
|
||||
uvloop==0.21.0
|
||||
watchfiles==1.0.4
|
||||
websocket-client==1.8.0
|
||||
websockets==15.0
|
||||
uvicorn==0.38.0
|
||||
uvloop==0.22.1
|
||||
watchfiles==1.1.1
|
||||
websocket-client==1.9.0
|
||||
websockets==15.0.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue