Update dependencies
This commit is contained in:
parent
2d9e924126
commit
280fa01091
|
|
@ -4,7 +4,7 @@ bump2version==1.0.1
|
|||
certifi==2021.5.30
|
||||
cffi==1.14.6
|
||||
charset-normalizer==2.0.4
|
||||
cryptography==3.4.7
|
||||
cryptography==3.4.8
|
||||
Deprecated==1.2.12
|
||||
github3.py==2.0.0
|
||||
hunter==3.3.8
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
chardet==4.0.0
|
||||
diff-cover==6.3.3
|
||||
importlib-metadata==4.6.4
|
||||
diff-cover==6.3.5
|
||||
importlib-metadata==4.8.1
|
||||
importlib-resources==5.2.2
|
||||
inflect==5.3.0
|
||||
Jinja2==3.0.1
|
||||
|
|
@ -16,6 +16,6 @@ Pygments==2.10.0
|
|||
PyQt5-stubs==5.15.2.0
|
||||
toml==0.10.2
|
||||
types-dataclasses==0.1.7
|
||||
types-PyYAML==5.4.6
|
||||
typing-extensions==3.10.0.0
|
||||
types-PyYAML==5.4.8
|
||||
typing-extensions==3.10.0.1
|
||||
zipp==3.5.0
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
altgraph==0.17
|
||||
pyinstaller==4.5.1
|
||||
pyinstaller-hooks-contrib==2021.2
|
||||
pyinstaller-hooks-contrib==2021.3
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ astroid==2.3.3 # rq.filter: < 2.4
|
|||
certifi==2021.5.30
|
||||
cffi==1.14.6
|
||||
charset-normalizer==2.0.4
|
||||
cryptography==3.4.7
|
||||
cryptography==3.4.8
|
||||
Deprecated==1.2.12
|
||||
future==0.18.2
|
||||
github3.py==2.0.0
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ filelock==3.0.12
|
|||
Flask==2.0.1
|
||||
glob2==0.7
|
||||
hunter==3.3.8
|
||||
hypothesis==6.15.0
|
||||
hypothesis==6.17.1
|
||||
icdiff==2.0.4
|
||||
idna==3.2
|
||||
iniconfig==1.1.1
|
||||
|
|
@ -52,7 +52,7 @@ requests-file==1.5.1
|
|||
six==1.16.0
|
||||
sortedcontainers==2.4.0
|
||||
soupsieve==2.2.1
|
||||
tldextract==3.1.0
|
||||
tldextract==3.1.1
|
||||
toml==0.10.2
|
||||
urllib3==1.26.6
|
||||
vulture==2.3
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ filelock==3.0.12
|
|||
packaging==21.0
|
||||
pip==21.2.4
|
||||
platformdirs==2.2.0
|
||||
pluggy==0.13.1
|
||||
pluggy==1.0.0
|
||||
py==1.10.0
|
||||
pyparsing==2.4.7
|
||||
setuptools==57.4.0
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
adblock==0.5.0
|
||||
colorama==0.4.4
|
||||
dataclasses==0.6 ; python_version<"3.7"
|
||||
importlib-metadata==4.6.4 ; python_version<"3.8"
|
||||
importlib-metadata==4.8.1 ; python_version<"3.8"
|
||||
importlib-resources==5.2.2 ; python_version<"3.9"
|
||||
Jinja2==3.0.1
|
||||
MarkupSafe==2.0.1
|
||||
Pygments==2.10.0
|
||||
PyYAML==5.4.1
|
||||
typing-extensions==3.10.0.0
|
||||
typing-extensions==3.10.0.1
|
||||
zipp==3.5.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue