Update dependencies
This commit is contained in:
parent
e76eb4672a
commit
7348d4b538
|
|
@ -5,10 +5,11 @@ certifi==2021.5.30
|
|||
cffi==1.14.5
|
||||
chardet==4.0.0
|
||||
cryptography==3.4.7
|
||||
Deprecated==1.2.12
|
||||
github3.py==2.0.0
|
||||
hunter==3.3.3
|
||||
idna==2.10
|
||||
jwcrypto==0.8
|
||||
jwcrypto==0.9
|
||||
manhole==1.8.0
|
||||
packaging==20.9
|
||||
pycparser==2.20
|
||||
|
|
@ -22,3 +23,4 @@ six==1.16.0
|
|||
toml==0.10.2
|
||||
uritemplate==3.0.1
|
||||
# urllib3==1.26.5
|
||||
wrapt==1.12.1
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
chardet==4.0.0
|
||||
diff-cover==5.1.2
|
||||
importlib-metadata==4.3.1
|
||||
importlib-metadata==4.5.0
|
||||
importlib-resources==5.1.4
|
||||
inflect==5.3.0
|
||||
Jinja2==3.0.1
|
||||
|
|
|
|||
|
|
@ -5,11 +5,12 @@ certifi==2021.5.30
|
|||
cffi==1.14.5
|
||||
chardet==4.0.0
|
||||
cryptography==3.4.7
|
||||
Deprecated==1.2.12
|
||||
future==0.18.2
|
||||
github3.py==2.0.0
|
||||
idna==2.10
|
||||
isort==4.3.21
|
||||
jwcrypto==0.8
|
||||
jwcrypto==0.9
|
||||
lazy-object-proxy==1.4.3
|
||||
mccabe==0.6.1
|
||||
pefile==2021.5.24
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ filelock==3.0.12
|
|||
Flask==2.0.1
|
||||
glob2==0.7
|
||||
hunter==3.3.3
|
||||
hypothesis==6.13.10
|
||||
hypothesis==6.13.14
|
||||
icdiff==1.9.1
|
||||
idna==2.10
|
||||
iniconfig==1.1.1
|
||||
|
|
@ -37,12 +37,12 @@ pyparsing==2.4.7
|
|||
pytest==6.2.4
|
||||
pytest-bdd==4.0.2
|
||||
pytest-benchmark==3.4.1
|
||||
pytest-cov==2.12.0
|
||||
pytest-cov==2.12.1
|
||||
pytest-forked==1.3.0
|
||||
pytest-icdiff==0.5
|
||||
pytest-instafail==0.4.2
|
||||
pytest-mock==3.6.1
|
||||
pytest-qt==3.3.0
|
||||
pytest-qt==4.0.0
|
||||
pytest-repeat==0.9.1
|
||||
pytest-rerunfailures==10.0
|
||||
pytest-xdist==2.2.1
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
adblock==0.4.4
|
||||
colorama==0.4.4
|
||||
dataclasses==0.6 ; python_version<"3.7"
|
||||
importlib-metadata==4.3.1 ; python_version<"3.8"
|
||||
importlib-metadata==4.5.0 ; python_version<"3.8"
|
||||
importlib-resources==5.1.4 ; python_version<"3.9"
|
||||
Jinja2==3.0.1
|
||||
MarkupSafe==2.0.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue