Update dependencies
This commit is contained in:
parent
5e3bb50151
commit
6ec85dc5ea
2 changed files with 12 additions and 12 deletions
|
|
@ -1,11 +1,11 @@
|
|||
# frozen requirements generated by pip-deepfreeze
|
||||
attrs==21.2.0
|
||||
coverage==6.1.2
|
||||
coverage==6.2
|
||||
iniconfig==1.1.1
|
||||
packaging==21.2
|
||||
packaging==21.3
|
||||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
pyparsing==2.4.7
|
||||
pyparsing==3.0.6
|
||||
pytest==6.2.5
|
||||
pytest-cov==3.0.0
|
||||
pytest-dotenv==0.5.2
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
# frozen requirements generated by pip-deepfreeze
|
||||
ansi2html==1.6.0
|
||||
anyio==3.3.4
|
||||
anyio==3.4.0
|
||||
asgiref==3.4.1
|
||||
cachetools==4.2.4
|
||||
certifi==2021.10.8
|
||||
charset-normalizer==2.0.7
|
||||
charset-normalizer==2.0.9
|
||||
click==8.0.3
|
||||
colorama==0.4.4
|
||||
commonmark==0.9.1
|
||||
|
|
@ -12,11 +12,11 @@ fastapi==0.70.0
|
|||
google-auth==2.3.3
|
||||
gunicorn==20.1.0
|
||||
h11==0.12.0
|
||||
httpcore==0.13.7
|
||||
httpx==0.20.0
|
||||
httpcore==0.14.3
|
||||
httpx==0.21.1
|
||||
idna==3.3
|
||||
Jinja2==3.0.3
|
||||
kubernetes==19.15.0
|
||||
kubernetes==20.13.0
|
||||
MarkupSafe==2.0.1
|
||||
oauthlib==3.1.1
|
||||
pyasn1==0.4.8
|
||||
|
|
@ -28,13 +28,13 @@ PyYAML==6.0
|
|||
requests==2.26.0
|
||||
requests-oauthlib==1.3.0
|
||||
rfc3986==1.5.0
|
||||
rich==10.13.0
|
||||
rsa==4.7.2
|
||||
rich==10.15.2
|
||||
rsa==4.8
|
||||
six==1.16.0
|
||||
sniffio==1.2.0
|
||||
sse-starlette==0.9.0
|
||||
starlette==0.16.0
|
||||
typing-extensions==3.10.0.2
|
||||
typing_extensions==4.0.1
|
||||
urllib3==1.26.7
|
||||
uvicorn==0.15.0
|
||||
websocket-client==1.2.1
|
||||
websocket-client==1.2.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue