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
|
# frozen requirements generated by pip-deepfreeze
|
||||||
mypy==0.991
|
mypy==1.7.0
|
||||||
mypy-extensions==0.4.3
|
mypy-extensions==1.0.0
|
||||||
tomli==2.0.1
|
types-urllib3==1.26.25.14
|
||||||
types-urllib3==1.26.25.4
|
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,9 @@
|
||||||
# frozen requirements generated by pip-deepfreeze
|
# frozen requirements generated by pip-deepfreeze
|
||||||
attrs==22.1.0
|
coverage==7.3.2
|
||||||
coverage==6.5.0
|
iniconfig==2.0.0
|
||||||
exceptiongroup==1.0.4
|
pluggy==1.3.0
|
||||||
iniconfig==1.1.1
|
pytest==7.4.3
|
||||||
packaging==21.3
|
pytest-asyncio==0.21.1
|
||||||
pluggy==1.0.0
|
pytest-cov==4.1.0
|
||||||
pyparsing==3.0.9
|
|
||||||
pytest==7.2.0
|
|
||||||
pytest-asyncio==0.20.2
|
|
||||||
pytest-cov==4.0.0
|
|
||||||
pytest-dotenv==0.5.2
|
pytest-dotenv==0.5.2
|
||||||
pytest-mock==3.10.0
|
pytest-mock==3.12.0
|
||||||
python-dotenv==0.21.0
|
|
||||||
tomli==2.0.1
|
|
||||||
|
|
|
||||||
|
|
@ -1,38 +1,43 @@
|
||||||
# frozen requirements generated by pip-deepfreeze
|
# frozen requirements generated by pip-deepfreeze
|
||||||
|
annotated-types==0.6.0
|
||||||
ansi2html==1.8.0
|
ansi2html==1.8.0
|
||||||
anyio==3.6.2
|
anyio==3.7.1
|
||||||
cachetools==5.2.0
|
cachetools==5.3.2
|
||||||
certifi==2022.9.24
|
certifi==2023.11.17
|
||||||
charset-normalizer==2.1.1
|
charset-normalizer==3.3.2
|
||||||
click==8.1.3
|
click==8.1.7
|
||||||
commonmark==0.9.1
|
fastapi==0.104.1
|
||||||
fastapi==0.87.0
|
google-auth==2.23.4
|
||||||
google-auth==2.14.1
|
gunicorn==21.2.0
|
||||||
gunicorn==20.1.0
|
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
httpcore==0.16.1
|
httpcore==1.0.2
|
||||||
httpx==0.23.1
|
httpx==0.25.1
|
||||||
idna==3.4
|
idna==3.4
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
kubernetes==25.3.0
|
kubernetes==28.1.0
|
||||||
MarkupSafe==2.1.1
|
markdown-it-py==3.0.0
|
||||||
|
MarkupSafe==2.1.3
|
||||||
|
mdurl==0.1.2
|
||||||
oauthlib==3.2.2
|
oauthlib==3.2.2
|
||||||
pyasn1==0.4.8
|
packaging==23.2
|
||||||
pyasn1-modules==0.2.8
|
pyasn1==0.5.0
|
||||||
pydantic==1.10.2
|
pyasn1-modules==0.3.0
|
||||||
Pygments==2.13.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-dateutil==2.8.2
|
||||||
PyYAML==6.0
|
python-dotenv==1.0.0
|
||||||
requests==2.28.1
|
PyYAML==6.0.1
|
||||||
|
requests==2.31.0
|
||||||
requests-oauthlib==1.3.1
|
requests-oauthlib==1.3.1
|
||||||
rfc3986==1.5.0
|
rich==13.7.0
|
||||||
rich==12.6.0
|
|
||||||
rsa==4.9
|
rsa==4.9
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
sniffio==1.3.0
|
sniffio==1.3.0
|
||||||
sse-starlette==1.2.1
|
sse-starlette==1.6.5
|
||||||
starlette==0.21.0
|
starlette==0.27.0
|
||||||
typing_extensions==4.4.0
|
typing_extensions==4.8.0
|
||||||
urllib3==1.26.12
|
urllib3==1.26.18
|
||||||
uvicorn==0.20.0
|
uvicorn==0.24.0.post1
|
||||||
websocket-client==1.4.2
|
websocket-client==1.6.4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue