Update python requirements.

This commit is contained in:
Matthew Stratford 2021-09-08 23:10:00 +01:00
parent 85a6d6262c
commit 7db9fda2fd
2 changed files with 6 additions and 6 deletions

View file

@ -3,16 +3,16 @@ async-timeout==3.0.1
attrs==19.3.0 attrs==19.3.0
certifi==2020.4.5.1 certifi==2020.4.5.1
chardet==3.0.4 chardet==3.0.4
click==7.1.1 click==7.1.2
Flask==1.1.2 Flask==1.1.2
idna==2.9 idna==2.9
itsdangerous==1.1.0 itsdangerous==1.1.0
Jinja2==2.11.3 Jinja2==2.11.3
MarkupSafe==1.1.1 MarkupSafe==1.1.1
multidict==4.7.5 multidict==5.1.0
mypy==0.770 mypy==0.770
mypy-extensions==0.4.3 mypy-extensions==0.4.3
requests==2.23.0 requests==2.26.0
typed-ast==1.4.1 typed-ast==1.4.1
typing-extensions==3.7.4.2 typing-extensions==3.7.4.2
urllib3==1.26.5 urllib3==1.26.5

View file

@ -10,7 +10,7 @@ blinker==1.4
certifi==2020.4.5.1 certifi==2020.4.5.1
cffi==1.14.0 cffi==1.14.0
chardet==3.0.4 chardet==3.0.4
click==7.1.1 click==7.1.2
crc32c==2.0 crc32c==2.0
cryptography==3.3.2 cryptography==3.3.2
expiringdict==1.2.1 expiringdict==1.2.1
@ -24,7 +24,7 @@ jedi==0.15.2
Jinja2==2.11.3 Jinja2==2.11.3
jsonpickle==1.3 jsonpickle==1.3
MarkupSafe==1.1.1 MarkupSafe==1.1.1
multidict==4.7.5 multidict==5.1.0
mypy==0.770 mypy==0.770
mypy-extensions==0.4.3 mypy-extensions==0.4.3
netifaces==0.10.9 netifaces==0.10.9
@ -42,7 +42,7 @@ python-jsonrpc-server==0.3.4
python-language-server==0.31.9 python-language-server==0.31.9
pytz==2019.3 pytz==2019.3
regex==2020.11.13 regex==2020.11.13
requests==2.23.0 requests==2.26.0
sentry-sdk==1.0.0 sentry-sdk==1.0.0
six==1.14.0 six==1.14.0
toml==0.10.2 toml==0.10.2