summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-07-19 19:45:09 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-07-19 19:45:09 +0200
commite1d164d81385e75c1e1194b433d76f9d310783da (patch)
treead6f655ef85929e876266b7d792095cdc6e7c9af
parent5b0365ddeefbd0fba443f5c152f5efa0a393dbec (diff)
parentba7f2dec0c1aadfda1dc5e0b5413450988c8596d (diff)
downloadqutebrowser-e1d164d81385e75c1e1194b433d76f9d310783da.tar.gz
qutebrowser-e1d164d81385e75c1e1194b433d76f9d310783da.zip
Merge branch 'update-dependencies'
-rw-r--r--misc/requirements/requirements-check-manifest.txt3
-rw-r--r--misc/requirements/requirements-dev.txt8
-rw-r--r--misc/requirements/requirements-mypy.txt2
-rw-r--r--misc/requirements/requirements-pyinstaller.txt2
-rw-r--r--misc/requirements/requirements-pylint.txt8
-rw-r--r--misc/requirements/requirements-pyroma.txt6
-rw-r--r--misc/requirements/requirements-sphinx.txt8
-rw-r--r--misc/requirements/requirements-tests.txt8
-rw-r--r--misc/requirements/requirements-tox.txt9
-rw-r--r--misc/requirements/requirements-yamllint.txt2
-rw-r--r--scripts/dev/recompile_requirements.py7
11 files changed, 34 insertions, 29 deletions
diff --git a/misc/requirements/requirements-check-manifest.txt b/misc/requirements/requirements-check-manifest.txt
index 8b7067709..72ade7715 100644
--- a/misc/requirements/requirements-check-manifest.txt
+++ b/misc/requirements/requirements-check-manifest.txt
@@ -3,6 +3,7 @@
build==0.5.1
check-manifest==0.46
packaging==21.0
-pep517==0.10.0
+pep517==0.11.0
pyparsing==2.4.7
toml==0.10.2
+tomli==1.0.4
diff --git a/misc/requirements/requirements-dev.txt b/misc/requirements/requirements-dev.txt
index 2963888b6..2bad8090f 100644
--- a/misc/requirements/requirements-dev.txt
+++ b/misc/requirements/requirements-dev.txt
@@ -3,12 +3,12 @@
bump2version==1.0.1
certifi==2021.5.30
cffi==1.14.6
-chardet==4.0.0
+charset-normalizer==2.0.3
cryptography==3.4.7
Deprecated==1.2.12
github3.py==2.0.0
hunter==3.3.8
-idna==2.10
+idna==3.2
jwcrypto==0.9.1
manhole==1.8.0
packaging==21.0
@@ -16,8 +16,8 @@ pycparser==2.20
Pympler==0.9
pyparsing==2.4.7
PyQt-builder==1.10.3
-python-dateutil==2.8.1
-requests==2.25.1
+python-dateutil==2.8.2
+requests==2.26.0
sip==6.1.1
six==1.16.0
toml==0.10.2
diff --git a/misc/requirements/requirements-mypy.txt b/misc/requirements/requirements-mypy.txt
index e8b09d628..3d0beca70 100644
--- a/misc/requirements/requirements-mypy.txt
+++ b/misc/requirements/requirements-mypy.txt
@@ -1,7 +1,7 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
chardet==4.0.0
-diff-cover==6.1.1
+diff-cover==6.2.0
importlib-metadata==4.6.1
importlib-resources==5.2.0
inflect==5.3.0
diff --git a/misc/requirements/requirements-pyinstaller.txt b/misc/requirements/requirements-pyinstaller.txt
index 86d73655d..4aa157bad 100644
--- a/misc/requirements/requirements-pyinstaller.txt
+++ b/misc/requirements/requirements-pyinstaller.txt
@@ -1,5 +1,5 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
altgraph==0.17
-pyinstaller==4.3
+pyinstaller==4.4
pyinstaller-hooks-contrib==2021.2
diff --git a/misc/requirements/requirements-pylint.txt b/misc/requirements/requirements-pylint.txt
index f0a1c2cb4..6845768b2 100644
--- a/misc/requirements/requirements-pylint.txt
+++ b/misc/requirements/requirements-pylint.txt
@@ -3,12 +3,12 @@
astroid==2.3.3 # rq.filter: < 2.4
certifi==2021.5.30
cffi==1.14.6
-chardet==4.0.0
+charset-normalizer==2.0.3
cryptography==3.4.7
Deprecated==1.2.12
future==0.18.2
github3.py==2.0.0
-idna==2.10
+idna==3.2
isort==4.3.21
jwcrypto==0.9.1
lazy-object-proxy==1.4.3
@@ -16,9 +16,9 @@ mccabe==0.6.1
pefile==2021.5.24
pycparser==2.20
pylint==2.4.4 # rq.filter: < 2.5
-python-dateutil==2.8.1
+python-dateutil==2.8.2
./scripts/dev/pylint_checkers
-requests==2.25.1
+requests==2.26.0
six==1.16.0
typed-ast==1.4.3 ; python_version<"3.8"
uritemplate==3.0.1
diff --git a/misc/requirements/requirements-pyroma.txt b/misc/requirements/requirements-pyroma.txt
index a83804b9e..7c2087d2a 100644
--- a/misc/requirements/requirements-pyroma.txt
+++ b/misc/requirements/requirements-pyroma.txt
@@ -1,10 +1,10 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
certifi==2021.5.30
-chardet==4.0.0
+charset-normalizer==2.0.3
docutils==0.17.1
-idna==2.10
+idna==3.2
Pygments==2.9.0
pyroma==3.2
-requests==2.25.1
+requests==2.26.0
urllib3==1.26.6
diff --git a/misc/requirements/requirements-sphinx.txt b/misc/requirements/requirements-sphinx.txt
index f5a7cb3ca..5e8faa230 100644
--- a/misc/requirements/requirements-sphinx.txt
+++ b/misc/requirements/requirements-sphinx.txt
@@ -3,9 +3,9 @@
alabaster==0.7.12
Babel==2.9.1
certifi==2021.5.30
-chardet==4.0.0
+charset-normalizer==2.0.3
docutils==0.17.1
-idna==2.10
+idna==3.2
imagesize==1.2.0
Jinja2==3.0.1
MarkupSafe==2.0.1
@@ -13,9 +13,9 @@ packaging==21.0
Pygments==2.9.0
pyparsing==2.4.7
pytz==2021.1
-requests==2.25.1
+requests==2.26.0
snowballstemmer==2.1.0
-Sphinx==4.1.0
+Sphinx==4.1.1
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
diff --git a/misc/requirements/requirements-tests.txt b/misc/requirements/requirements-tests.txt
index 0d4db4579..401b37bb2 100644
--- a/misc/requirements/requirements-tests.txt
+++ b/misc/requirements/requirements-tests.txt
@@ -3,7 +3,7 @@
attrs==21.2.0
beautifulsoup4==4.9.3
certifi==2021.5.30
-chardet==4.0.0
+charset-normalizer==2.0.3
cheroot==8.5.2
click==8.0.1
coverage==5.5
@@ -13,9 +13,9 @@ filelock==3.0.12
Flask==2.0.1
glob2==0.7
hunter==3.3.8
-hypothesis==6.14.2
+hypothesis==6.14.3
icdiff==1.9.1
-idna==2.10
+idna==3.2
iniconfig==1.1.1
itsdangerous==2.0.1
jaraco.functools==3.3.0
@@ -47,7 +47,7 @@ pytest-rerunfailures==10.1
pytest-xdist==2.3.0
pytest-xvfb==2.0.0
PyVirtualDisplay==2.2
-requests==2.25.1
+requests==2.26.0
requests-file==1.5.1
six==1.16.0
sortedcontainers==2.4.0
diff --git a/misc/requirements/requirements-tox.txt b/misc/requirements/requirements-tox.txt
index 82eb5b25c..8dbc637a8 100644
--- a/misc/requirements/requirements-tox.txt
+++ b/misc/requirements/requirements-tox.txt
@@ -1,16 +1,17 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
-appdirs==1.4.4
+backports.entry-points-selectable==1.1.0
distlib==0.3.2
filelock==3.0.12
packaging==21.0
pip==21.1.3
+platformdirs==2.0.2
pluggy==0.13.1
py==1.10.0
pyparsing==2.4.7
-setuptools==57.1.0
+setuptools==57.4.0
six==1.16.0
toml==0.10.2
-tox==3.23.1
-virtualenv==20.4.7
+tox==3.24.0
+virtualenv==20.6.0
wheel==0.36.2
diff --git a/misc/requirements/requirements-yamllint.txt b/misc/requirements/requirements-yamllint.txt
index a911b9d2b..cae97eeb6 100644
--- a/misc/requirements/requirements-yamllint.txt
+++ b/misc/requirements/requirements-yamllint.txt
@@ -1,5 +1,5 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
-pathspec==0.8.1
+pathspec==0.9.0
PyYAML==5.4.1
yamllint==1.26.1
diff --git a/scripts/dev/recompile_requirements.py b/scripts/dev/recompile_requirements.py
index 158741e5c..d8ed9974b 100644
--- a/scripts/dev/recompile_requirements.py
+++ b/scripts/dev/recompile_requirements.py
@@ -73,7 +73,7 @@ CHANGELOG_URLS = {
'PyYAML': 'https://github.com/yaml/pyyaml/blob/master/CHANGES',
'pytest-bdd': 'https://github.com/pytest-dev/pytest-bdd/blob/master/CHANGES.rst',
'snowballstemmer': 'https://github.com/snowballstem/snowball/blob/master/NEWS',
- 'virtualenv': 'https://virtualenv.pypa.io/en/latest/changelog.html',
+ 'virtualenv': 'https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst',
'packaging': 'https://packaging.pypa.io/en/latest/changelog.html',
'build': 'https://github.com/pypa/build/blob/main/CHANGELOG.rst',
'attrs': 'https://www.attrs.org/en/stable/changelog.html',
@@ -137,6 +137,7 @@ CHANGELOG_URLS = {
'pep517': 'https://github.com/pypa/pep517/blob/master/doc/changelog.rst',
'cryptography': 'https://cryptography.io/en/latest/changelog.html',
'toml': 'https://github.com/uiri/toml/releases',
+ 'tomli': 'https://github.com/hukkin/tomli/blob/master/CHANGELOG.md',
'PyQt5': 'https://www.riverbankcomputing.com/news',
'PyQt5-Qt': 'https://www.riverbankcomputing.com/news',
'PyQt5-Qt5': 'https://www.riverbankcomputing.com/news',
@@ -154,8 +155,10 @@ CHANGELOG_URLS = {
'cheroot': 'https://cheroot.cherrypy.org/en/latest/history.html',
'certifi': 'https://ccadb-public.secure.force.com/mozilla/IncludedCACertificateReport',
'chardet': 'https://github.com/chardet/chardet/releases',
+ 'charset-normalizer': 'https://github.com/Ousret/charset_normalizer/commits/master',
'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/commits/master/typing_extensions',
'diff-cover': 'https://github.com/Bachmann1234/diff_cover/blob/master/CHANGELOG',
'pytest-icdiff': 'https://github.com/hjwp/pytest-icdiff/blob/master/HISTORY.rst',
@@ -170,7 +173,7 @@ CHANGELOG_URLS = {
'manhole': 'https://github.com/ionelmc/python-manhole/blob/master/CHANGELOG.rst',
'pycparser': 'https://github.com/eliben/pycparser/blob/master/CHANGES',
'python-dateutil': 'https://dateutil.readthedocs.io/en/stable/changelog.html',
- 'appdirs': 'https://github.com/ActiveState/appdirs/blob/master/CHANGES.rst',
+ 'platformdirs': 'https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst',
'pluggy': 'https://github.com/pytest-dev/pluggy/blob/master/CHANGELOG.rst',
'inflect': 'https://github.com/jazzband/inflect/blob/master/CHANGES.rst',
'jinja2-pluralize': 'https://github.com/audreyfeldroy/jinja2_pluralize/blob/master/HISTORY.rst',