Merge pull request #6933 from qutebrowser/update-dependencies

Update dependencies
This commit is contained in:
Florian Bruhin 2022-01-03 10:50:11 +01:00 committed by GitHub
commit e1af0ff74d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 22 additions and 21 deletions

View File

@ -16,13 +16,13 @@ idna==3.3
importlib-metadata==4.10.0
jeepney==0.7.1
jwcrypto==1.0
keyring==23.4.0
keyring==23.5.0
manhole==1.8.0
packaging==21.3
pep517==0.12.0
pkginfo==1.8.2
pycparser==2.21
Pygments==2.10.0
Pygments==2.11.1
Pympler==1.0.1
pyparsing==3.0.6
PyQt-builder==1.12.2
@ -42,4 +42,4 @@ uritemplate==4.1.1
# urllib3==1.26.7
webencodings==0.5.1
wrapt==1.13.3
zipp==3.6.0
zipp==3.7.0

View File

@ -1,6 +1,6 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
attrs==21.2.0
attrs==21.4.0
flake8==4.0.1
flake8-bugbear==21.11.29
flake8-builtins==1.5.3

View File

@ -10,10 +10,10 @@ MarkupSafe==2.0.1
mypy==0.930
mypy-extensions==0.4.3
pluggy==1.0.0
Pygments==2.10.0
Pygments==2.11.1
PyQt5-stubs==5.15.2.0
tomli==2.0.0
types-dataclasses==0.6.1
types-dataclasses==0.6.2
types-PyYAML==6.0.1
typing_extensions==4.0.1
zipp==3.6.0
zipp==3.7.0

View File

@ -1,6 +1,6 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
astroid==2.9.0
astroid==2.9.1
certifi==2021.10.8
cffi==1.15.0
charset-normalizer==2.0.9

View File

@ -4,7 +4,7 @@ certifi==2021.10.8
charset-normalizer==2.0.9
docutils==0.18.1
idna==3.3
Pygments==2.10.0
Pygments==2.11.1
pyroma==3.2
requests==2.26.0
urllib3==1.26.7

View File

@ -21,3 +21,5 @@ typing_extensions # from importlib-metadata
# Python 3.6
#@ add: importlib-metadata<4.9 ; python_version=="3.6.*"
#@ markers: zipp python_version>="3.7"
#@ add: zipp<3.7 ; python_version=="3.6.*"

View File

@ -10,7 +10,7 @@ imagesize==1.3.0
Jinja2==3.0.3
MarkupSafe==2.0.1
packaging==21.3
Pygments==2.10.0
Pygments==2.11.1
pyparsing==3.0.6
pytz==2021.3
requests==2.26.0

View File

@ -1,6 +1,6 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
attrs==21.2.0
attrs==21.4.0
beautifulsoup4==4.10.0
certifi==2021.10.8
charset-normalizer==2.0.9
@ -13,7 +13,7 @@ filelock==3.4.2 ; python_version>="3.7"
Flask==2.0.2
glob2==0.7
hunter==3.4.3
hypothesis==6.32.1 ; python_version>="3.7"
hypothesis==6.34.1 ; python_version>="3.7"
icdiff==2.0.4
idna==3.3
iniconfig==1.1.1
@ -31,7 +31,7 @@ pluggy==1.0.0
pprintpp==0.4.0
py==1.11.0
py-cpuinfo==8.0.0
Pygments==2.10.0
Pygments==2.11.1
pyparsing==3.0.6
pytest==6.2.5
pytest-bdd==4.1.0

View File

@ -1,6 +1,5 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
backports.entry-points-selectable==1.1.1
distlib==0.3.4
filelock==3.4.2 ; python_version>="3.7"
packaging==21.3
@ -9,11 +8,11 @@ platformdirs==2.4.1 ; python_version>="3.7"
pluggy==1.0.0
py==1.11.0
pyparsing==3.0.6
setuptools==60.1.0 ; python_version>="3.7"
setuptools==60.2.0 ; python_version>="3.7"
six==1.16.0
toml==0.10.2
tox==3.24.4
virtualenv==20.10.0
tox==3.24.5
virtualenv==20.13.0
wheel==0.37.1
setuptools<60 ; python_version=="3.6.*"
filelock==3.4.1 ; python_version=="3.6.*"

View File

@ -7,8 +7,9 @@ importlib-metadata==4.10.0 ; python_version=="3.7.*"
importlib-resources==5.4.0 ; python_version<"3.9"
Jinja2==3.0.3
MarkupSafe==2.0.1
Pygments==2.10.0
Pygments==2.11.1
PyYAML==6.0
typing_extensions==4.0.1 ; python_version<"3.8"
zipp==3.6.0
zipp==3.7.0 ; python_version>="3.7"
importlib-metadata<4.9 ; python_version=="3.6.*"
zipp<3.7 ; python_version=="3.6.*"

View File

@ -99,7 +99,7 @@ CHANGELOG_URLS = {
'pycodestyle': 'https://github.com/PyCQA/pycodestyle/blob/master/CHANGES.txt',
'pyflakes': 'https://github.com/PyCQA/pyflakes/blob/master/NEWS.rst',
'cffi': 'https://github.com/python-cffi/release-doc/blob/master/doc/source/whatsnew.rst',
'astroid': 'https://github.com/PyCQA/astroid/blob/2.4/ChangeLog',
'astroid': 'https://github.com/PyCQA/astroid/blob/main/ChangeLog',
'pytest-instafail': 'https://github.com/pytest-dev/pytest-instafail/blob/master/CHANGES.rst',
'coverage': 'https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst',
'colorama': 'https://github.com/tartley/colorama/blob/master/CHANGELOG.rst',
@ -158,7 +158,6 @@ CHANGELOG_URLS = {
'charset-normalizer': 'https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md',
'idna': 'https://github.com/kjd/idna/blob/master/HISTORY.rst',
'tldextract': 'https://github.com/john-kurkowski/tldextract/blob/master/CHANGELOG.md',
'backports.entry-points-selectable': 'https://github.com/jaraco/backports.entry_points_selectable/blob/main/CHANGES.rst',
'typing_extensions': 'https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG',
'diff-cover': 'https://github.com/Bachmann1234/diff_cover/blob/master/CHANGELOG',
'pytest-icdiff': 'https://github.com/hjwp/pytest-icdiff/blob/master/HISTORY.rst',