Update dependencies
This commit is contained in:
parent
65b10d944a
commit
d16bbdbdc3
|
|
@ -7,8 +7,8 @@ certifi==2022.6.15
|
|||
cffi==1.15.1
|
||||
charset-normalizer==2.1.0
|
||||
commonmark==0.9.1
|
||||
cryptography==37.0.2
|
||||
docutils==0.18.1
|
||||
cryptography==37.0.4
|
||||
docutils==0.19
|
||||
github3.py==3.2.0
|
||||
hunter==3.4.3
|
||||
idna==3.3
|
||||
|
|
@ -40,6 +40,6 @@ tomli==2.0.1
|
|||
twine==4.0.1
|
||||
typing_extensions==4.3.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==1.26.9
|
||||
# urllib3==1.26.10
|
||||
webencodings==0.5.1
|
||||
zipp==3.8.0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
altgraph==0.17.2
|
||||
pyinstaller==5.1
|
||||
pyinstaller-hooks-contrib==2022.7
|
||||
pyinstaller==5.2
|
||||
pyinstaller-hooks-contrib==2022.8
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
astroid==2.11.6
|
||||
astroid==2.11.7
|
||||
certifi==2022.6.15
|
||||
cffi==1.15.1
|
||||
charset-normalizer==2.1.0
|
||||
cryptography==37.0.2
|
||||
cryptography==37.0.4
|
||||
dill==0.3.5.1
|
||||
future==0.18.2
|
||||
github3.py==3.2.0
|
||||
|
|
@ -22,9 +22,9 @@ python-dateutil==2.8.2
|
|||
requests==2.28.1
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
tomlkit==0.11.0
|
||||
tomlkit==0.11.1
|
||||
typed-ast==1.5.4 ; python_version<"3.8"
|
||||
typing_extensions==4.3.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==1.26.9
|
||||
# urllib3==1.26.10
|
||||
wrapt==1.14.1
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
build==0.8.0
|
||||
certifi==2022.6.15
|
||||
charset-normalizer==2.1.0
|
||||
docutils==0.18.1
|
||||
docutils==0.19
|
||||
idna==3.3
|
||||
packaging==21.3
|
||||
pep517==0.12.0
|
||||
|
|
@ -12,4 +12,4 @@ pyparsing==3.0.9
|
|||
pyroma==4.0
|
||||
requests==2.28.1
|
||||
tomli==2.0.1
|
||||
urllib3==1.26.9
|
||||
urllib3==1.26.10
|
||||
|
|
|
|||
|
|
@ -23,5 +23,5 @@ sphinxcontrib-htmlhelp==2.0.0
|
|||
sphinxcontrib-jsmath==1.0.1
|
||||
sphinxcontrib-qthelp==1.0.3
|
||||
sphinxcontrib-serializinghtml==1.1.5
|
||||
urllib3==1.26.9
|
||||
urllib3==1.26.10
|
||||
zipp==3.8.0
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ filelock==3.7.1
|
|||
Flask==2.1.2
|
||||
glob2==0.7
|
||||
hunter==3.4.3
|
||||
hypothesis==6.48.3
|
||||
hypothesis==6.50.1
|
||||
idna==3.3
|
||||
importlib-metadata==4.12.0
|
||||
iniconfig==1.1.1
|
||||
|
|
@ -33,12 +33,12 @@ py-cpuinfo==8.0.0
|
|||
Pygments==2.12.0
|
||||
pyparsing==3.0.9
|
||||
pytest==7.1.2
|
||||
pytest-bdd==6.0.0
|
||||
pytest-bdd==6.0.1
|
||||
pytest-benchmark==3.4.1
|
||||
pytest-cov==3.0.0
|
||||
pytest-forked==1.4.0
|
||||
pytest-instafail==0.4.2
|
||||
pytest-mock==3.8.1
|
||||
pytest-mock==3.8.2
|
||||
pytest-qt==4.1.0
|
||||
pytest-repeat==0.9.1
|
||||
pytest-rerunfailures==10.2
|
||||
|
|
@ -50,10 +50,10 @@ requests-file==1.5.1
|
|||
six==1.16.0
|
||||
sortedcontainers==2.4.0
|
||||
soupsieve==2.3.2.post1
|
||||
tldextract==3.3.0
|
||||
tldextract==3.3.1
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
urllib3==1.26.9
|
||||
urllib3==1.26.10
|
||||
vulture==2.5
|
||||
Werkzeug==2.1.2
|
||||
zipp==3.8.0
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
pathspec==0.9.0
|
||||
PyYAML==6.0
|
||||
yamllint==1.26.3
|
||||
yamllint==1.27.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue