Upgrade dependencies
This commit is contained in:
parent
3424f418b0
commit
226cca7164
3 changed files with 18 additions and 18 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# frozen requirements generated by pip-deepfreeze
|
||||
mypy==0.930
|
||||
mypy==0.931
|
||||
mypy-extensions==0.4.3
|
||||
tomli==1.2.2
|
||||
tomli==2.0.0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# frozen requirements generated by pip-deepfreeze
|
||||
attrs==21.2.0
|
||||
attrs==21.4.0
|
||||
coverage==6.2
|
||||
iniconfig==1.1.1
|
||||
packaging==21.3
|
||||
|
|
@ -12,4 +12,4 @@ pytest-dotenv==0.5.2
|
|||
pytest-mock==3.6.1
|
||||
python-dotenv==0.19.2
|
||||
toml==0.10.2
|
||||
tomli==1.2.2
|
||||
tomli==2.0.0
|
||||
|
|
|
|||
|
|
@ -4,37 +4,37 @@ anyio==3.4.0
|
|||
asgiref==3.4.1
|
||||
cachetools==4.2.4
|
||||
certifi==2021.10.8
|
||||
charset-normalizer==2.0.9
|
||||
charset-normalizer==2.0.10
|
||||
click==8.0.3
|
||||
colorama==0.4.4
|
||||
commonmark==0.9.1
|
||||
fastapi==0.70.0
|
||||
fastapi==0.71.0
|
||||
google-auth==2.3.3
|
||||
gunicorn==20.1.0
|
||||
h11==0.12.0
|
||||
httpcore==0.14.3
|
||||
httpx==0.21.1
|
||||
httpcore==0.14.4
|
||||
httpx==0.21.3
|
||||
idna==3.3
|
||||
Jinja2==3.0.3
|
||||
kubernetes==20.13.0
|
||||
kubernetes==21.7.0
|
||||
MarkupSafe==2.0.1
|
||||
oauthlib==3.1.1
|
||||
pyasn1==0.4.8
|
||||
pyasn1-modules==0.2.8
|
||||
pydantic==1.8.2
|
||||
Pygments==2.10.0
|
||||
pydantic==1.9.0
|
||||
Pygments==2.11.2
|
||||
python-dateutil==2.8.2
|
||||
PyYAML==6.0
|
||||
requests==2.26.0
|
||||
requests==2.27.1
|
||||
requests-oauthlib==1.3.0
|
||||
rfc3986==1.5.0
|
||||
rich==10.15.2
|
||||
rich==10.16.2
|
||||
rsa==4.8
|
||||
six==1.16.0
|
||||
sniffio==1.2.0
|
||||
sse-starlette==0.9.0
|
||||
starlette==0.16.0
|
||||
sse-starlette==0.10.0
|
||||
starlette==0.17.1
|
||||
typing_extensions==4.0.1
|
||||
urllib3==1.26.7
|
||||
uvicorn==0.15.0
|
||||
websocket-client==1.2.2
|
||||
urllib3==1.26.8
|
||||
uvicorn==0.16.0
|
||||
websocket-client==1.2.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue