Merge pull request #7437 from qutebrowser/update-dependencies
Update dependencies
This commit is contained in:
commit
a4083e005a
|
|
@ -35,12 +35,12 @@ requests-toolbelt==0.10.0
|
|||
rfc3986==2.0.0
|
||||
rich==12.6.0
|
||||
SecretStorage==3.3.3
|
||||
sip==6.7.1
|
||||
sip==6.7.2
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
twine==4.0.1
|
||||
types-cryptography==3.3.23
|
||||
types-cryptography==3.3.23.1
|
||||
typing_extensions==4.4.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==1.26.12
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ flake8-builtins==2.0.0
|
|||
flake8-comprehensions==3.10.0
|
||||
flake8-copyright==0.2.3
|
||||
flake8-debugger==4.1.2
|
||||
flake8-deprecated==1.3
|
||||
flake8-deprecated==2.0.1
|
||||
flake8-docstrings==1.6.0
|
||||
flake8-future-import==0.4.7
|
||||
flake8-plugin-utils==1.3.2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
astroid==2.12.10
|
||||
astroid==2.12.11
|
||||
certifi==2022.9.24
|
||||
cffi==1.15.1
|
||||
charset-normalizer==2.1.1
|
||||
|
|
@ -16,7 +16,7 @@ pefile==2022.5.30
|
|||
platformdirs==2.5.2
|
||||
pycparser==2.21
|
||||
PyJWT==2.5.0
|
||||
pylint==2.15.3
|
||||
pylint==2.15.4
|
||||
python-dateutil==2.8.2
|
||||
./scripts/dev/pylint_checkers
|
||||
requests==2.28.1
|
||||
|
|
@ -24,7 +24,7 @@ six==1.16.0
|
|||
tomli==2.0.1
|
||||
tomlkit==0.11.5
|
||||
typed-ast==1.5.4 ; python_version<"3.8"
|
||||
types-cryptography==3.3.23
|
||||
types-cryptography==3.3.23.1
|
||||
typing_extensions==4.4.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==1.26.12
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ pyparsing==3.0.9
|
|||
pytz==2022.4
|
||||
requests==2.28.1
|
||||
snowballstemmer==2.2.0
|
||||
Sphinx==5.2.3
|
||||
Sphinx==5.3.0
|
||||
sphinxcontrib-applehelp==1.0.2
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
sphinxcontrib-htmlhelp==2.0.0
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ filelock==3.8.0
|
|||
Flask==2.2.2
|
||||
glob2==0.7
|
||||
hunter==3.5.1
|
||||
hypothesis==6.56.1
|
||||
hypothesis==6.56.2
|
||||
idna==3.4
|
||||
importlib-metadata==5.0.0
|
||||
iniconfig==1.1.1
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@
|
|||
distlib==0.3.6
|
||||
filelock==3.8.0
|
||||
packaging==21.3
|
||||
pip==22.2.2
|
||||
pip==22.3
|
||||
platformdirs==2.5.2
|
||||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
pyparsing==3.0.9
|
||||
setuptools==65.4.1
|
||||
setuptools==65.5.0
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
tox==3.26.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue