mirror of
https://gitlab.com/itsulu-odoo/runboat.git
synced 2026-05-30 23:41:27 +00:00
Update pinned requirements
This commit is contained in:
parent
591e99b946
commit
55ba023395
3 changed files with 42 additions and 44 deletions
|
|
@ -1,5 +1,4 @@
|
|||
# frozen requirements generated by pip-deepfreeze
|
||||
mypy==0.991
|
||||
mypy-extensions==0.4.3
|
||||
tomli==2.0.1
|
||||
types-urllib3==1.26.25.4
|
||||
mypy==1.7.0
|
||||
mypy-extensions==1.0.0
|
||||
types-urllib3==1.26.25.14
|
||||
|
|
|
|||
|
|
@ -1,15 +1,9 @@
|
|||
# frozen requirements generated by pip-deepfreeze
|
||||
attrs==22.1.0
|
||||
coverage==6.5.0
|
||||
exceptiongroup==1.0.4
|
||||
iniconfig==1.1.1
|
||||
packaging==21.3
|
||||
pluggy==1.0.0
|
||||
pyparsing==3.0.9
|
||||
pytest==7.2.0
|
||||
pytest-asyncio==0.20.2
|
||||
pytest-cov==4.0.0
|
||||
coverage==7.3.2
|
||||
iniconfig==2.0.0
|
||||
pluggy==1.3.0
|
||||
pytest==7.4.3
|
||||
pytest-asyncio==0.21.1
|
||||
pytest-cov==4.1.0
|
||||
pytest-dotenv==0.5.2
|
||||
pytest-mock==3.10.0
|
||||
python-dotenv==0.21.0
|
||||
tomli==2.0.1
|
||||
pytest-mock==3.12.0
|
||||
|
|
|
|||
|
|
@ -1,38 +1,43 @@
|
|||
# frozen requirements generated by pip-deepfreeze
|
||||
annotated-types==0.6.0
|
||||
ansi2html==1.8.0
|
||||
anyio==3.6.2
|
||||
cachetools==5.2.0
|
||||
certifi==2022.9.24
|
||||
charset-normalizer==2.1.1
|
||||
click==8.1.3
|
||||
commonmark==0.9.1
|
||||
fastapi==0.87.0
|
||||
google-auth==2.14.1
|
||||
gunicorn==20.1.0
|
||||
anyio==3.7.1
|
||||
cachetools==5.3.2
|
||||
certifi==2023.11.17
|
||||
charset-normalizer==3.3.2
|
||||
click==8.1.7
|
||||
fastapi==0.104.1
|
||||
google-auth==2.23.4
|
||||
gunicorn==21.2.0
|
||||
h11==0.14.0
|
||||
httpcore==0.16.1
|
||||
httpx==0.23.1
|
||||
httpcore==1.0.2
|
||||
httpx==0.25.1
|
||||
idna==3.4
|
||||
Jinja2==3.1.2
|
||||
kubernetes==25.3.0
|
||||
MarkupSafe==2.1.1
|
||||
kubernetes==28.1.0
|
||||
markdown-it-py==3.0.0
|
||||
MarkupSafe==2.1.3
|
||||
mdurl==0.1.2
|
||||
oauthlib==3.2.2
|
||||
pyasn1==0.4.8
|
||||
pyasn1-modules==0.2.8
|
||||
pydantic==1.10.2
|
||||
Pygments==2.13.0
|
||||
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
|
||||
PyYAML==6.0
|
||||
requests==2.28.1
|
||||
python-dotenv==1.0.0
|
||||
PyYAML==6.0.1
|
||||
requests==2.31.0
|
||||
requests-oauthlib==1.3.1
|
||||
rfc3986==1.5.0
|
||||
rich==12.6.0
|
||||
rich==13.7.0
|
||||
rsa==4.9
|
||||
six==1.16.0
|
||||
sniffio==1.3.0
|
||||
sse-starlette==1.2.1
|
||||
starlette==0.21.0
|
||||
typing_extensions==4.4.0
|
||||
urllib3==1.26.12
|
||||
uvicorn==0.20.0
|
||||
websocket-client==1.4.2
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue