Update dependencies
This commit is contained in:
parent
86b5bed388
commit
9e80ff0a5c
|
|
@ -5,7 +5,7 @@ build==0.7.0
|
|||
bump2version==1.0.1
|
||||
certifi==2021.10.8
|
||||
cffi==1.15.0
|
||||
charset-normalizer==2.0.10
|
||||
charset-normalizer==2.0.11
|
||||
colorama==0.4.4
|
||||
cryptography==36.0.1
|
||||
Deprecated==1.2.13
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
altgraph==0.17.2
|
||||
pyinstaller==4.8
|
||||
pyinstaller-hooks-contrib==2021.5
|
||||
pyinstaller-hooks-contrib==2022.0
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
astroid==2.9.3
|
||||
certifi==2021.10.8
|
||||
cffi==1.15.0
|
||||
charset-normalizer==2.0.10
|
||||
charset-normalizer==2.0.11
|
||||
cryptography==36.0.1
|
||||
Deprecated==1.2.13
|
||||
future==0.18.2
|
||||
|
|
@ -22,7 +22,7 @@ python-dateutil==2.8.2
|
|||
requests==2.27.1
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
typed-ast==1.5.1 ; python_version<"3.8"
|
||||
typed-ast==1.5.2 ; python_version<"3.8"
|
||||
typing_extensions==4.0.1
|
||||
uritemplate==4.1.1
|
||||
# urllib3==1.26.8
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
certifi==2021.10.8
|
||||
charset-normalizer==2.0.10
|
||||
charset-normalizer==2.0.11
|
||||
docutils==0.18.1
|
||||
idna==3.3
|
||||
Pygments==2.11.2
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
alabaster==0.7.12
|
||||
Babel==2.9.1
|
||||
certifi==2021.10.8
|
||||
charset-normalizer==2.0.10
|
||||
charset-normalizer==2.0.11
|
||||
docutils==0.17.1
|
||||
idna==3.3
|
||||
imagesize==1.3.0
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
attrs==21.4.0
|
||||
beautifulsoup4==4.10.0
|
||||
certifi==2021.10.8
|
||||
charset-normalizer==2.0.10
|
||||
charset-normalizer==2.0.11
|
||||
cheroot==8.6.0
|
||||
click==8.0.3
|
||||
coverage==6.2
|
||||
coverage==6.3
|
||||
EasyProcess==1.1
|
||||
execnet==1.9.0
|
||||
filelock==3.4.2 ; python_version>="3.7"
|
||||
|
|
@ -40,7 +40,7 @@ pytest-cov==3.0.0
|
|||
pytest-forked==1.4.0
|
||||
pytest-icdiff==0.5
|
||||
pytest-instafail==0.4.2
|
||||
pytest-mock==3.6.1
|
||||
pytest-mock==3.7.0
|
||||
pytest-qt==4.0.2
|
||||
pytest-repeat==0.9.1
|
||||
pytest-rerunfailures==10.2
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@
|
|||
distlib==0.3.4
|
||||
filelock==3.4.2 ; python_version>="3.7"
|
||||
packaging==21.3
|
||||
pip==21.3.1
|
||||
pip==22.0.2
|
||||
platformdirs==2.4.1 ; python_version>="3.7"
|
||||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
pyparsing==3.0.7
|
||||
setuptools==60.5.0 ; python_version>="3.7"
|
||||
setuptools==60.6.0 ; python_version>="3.7"
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tox==3.24.5
|
||||
|
|
|
|||
Loading…
Reference in New Issue