summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-04-04 16:35:13 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-04-04 16:35:13 +0200
commitade2a9ffdfea175e9f04c5cabc4800af92705634 (patch)
tree53fe7c4a83ce1e516a51c5540a59879a370f6ae4
parentb29c13c0a5db0cace35bf2d5d1d5ddf646903a3a (diff)
parent0d3af197d9020078f4ab8440a63ba33e52080dd7 (diff)
downloadqutebrowser-ade2a9ffdfea175e9f04c5cabc4800af92705634.tar.gz
qutebrowser-ade2a9ffdfea175e9f04c5cabc4800af92705634.zip
Merge branch 'update-dependencies'
-rw-r--r--misc/requirements/requirements-dev.txt11
-rw-r--r--misc/requirements/requirements-mypy.txt2
-rw-r--r--misc/requirements/requirements-pylint.txt2
-rw-r--r--misc/requirements/requirements-sphinx.txt2
-rw-r--r--misc/requirements/requirements-tests.txt10
-rw-r--r--misc/requirements/requirements-tox.txt2
-rw-r--r--requirements.txt2
-rw-r--r--scripts/dev/changelog_urls.json6
-rw-r--r--scripts/dev/run_pylint_on_tests.py3
9 files changed, 19 insertions, 21 deletions
diff --git a/misc/requirements/requirements-dev.txt b/misc/requirements/requirements-dev.txt
index 9f7f5074b..ba9b73dc6 100644
--- a/misc/requirements/requirements-dev.txt
+++ b/misc/requirements/requirements-dev.txt
@@ -6,14 +6,14 @@ bump2version==1.0.1
certifi==2021.10.8
cffi==1.15.0
charset-normalizer==2.0.12
-colorama==0.4.4
+commonmark==0.9.1
cryptography==36.0.2
docutils==0.18.1
github3.py==3.2.0
hunter==3.4.3
idna==3.3
importlib-metadata==4.11.3
-jeepney==0.7.1
+jeepney==0.8.0
keyring==23.5.0
manhole==1.8.0
packaging==21.3
@@ -30,14 +30,15 @@ readme-renderer==34.0
requests==2.27.1
requests-toolbelt==0.9.1
rfc3986==2.0.0
+rich==12.1.0
SecretStorage==3.3.1
sip==6.5.1
six==1.16.0
toml==0.10.2
tomli==2.0.1
-tqdm==4.63.1
-twine==3.8.0
+twine==4.0.0
+typing_extensions==4.1.1
uritemplate==4.1.1
# urllib3==1.26.9
webencodings==0.5.1
-zipp==3.7.0
+zipp==3.8.0
diff --git a/misc/requirements/requirements-mypy.txt b/misc/requirements/requirements-mypy.txt
index 5fd322100..f3b1598a3 100644
--- a/misc/requirements/requirements-mypy.txt
+++ b/misc/requirements/requirements-mypy.txt
@@ -15,4 +15,4 @@ PyQt5-stubs==5.15.2.0
tomli==2.0.1
types-PyYAML==6.0.5
typing_extensions==4.1.1
-zipp==3.7.0
+zipp==3.8.0
diff --git a/misc/requirements/requirements-pylint.txt b/misc/requirements/requirements-pylint.txt
index 3df5e6a5c..8a79ff2fd 100644
--- a/misc/requirements/requirements-pylint.txt
+++ b/misc/requirements/requirements-pylint.txt
@@ -16,7 +16,7 @@ pefile==2021.9.3
platformdirs==2.5.1
pycparser==2.21
PyJWT==2.3.0
-pylint==2.13.3
+pylint==2.13.4
python-dateutil==2.8.2
./scripts/dev/pylint_checkers
requests==2.27.1
diff --git a/misc/requirements/requirements-sphinx.txt b/misc/requirements/requirements-sphinx.txt
index bec429e04..a6f8cc262 100644
--- a/misc/requirements/requirements-sphinx.txt
+++ b/misc/requirements/requirements-sphinx.txt
@@ -24,4 +24,4 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
urllib3==1.26.9
-zipp==3.7.0
+zipp==3.8.0
diff --git a/misc/requirements/requirements-tests.txt b/misc/requirements/requirements-tests.txt
index 4ba82712c..9fdb568ff 100644
--- a/misc/requirements/requirements-tests.txt
+++ b/misc/requirements/requirements-tests.txt
@@ -5,14 +5,14 @@ beautifulsoup4==4.10.0
certifi==2021.10.8
charset-normalizer==2.0.12
cheroot==8.6.0
-click==8.1.0
+click==8.1.2
coverage==6.3.2
execnet==1.9.0
filelock==3.6.0
-Flask==2.1.0
+Flask==2.1.1
glob2==0.7
hunter==3.4.3
-hypothesis==6.40.0
+hypothesis==6.41.0
icdiff==2.0.4
idna==3.3
importlib-metadata==4.11.3
@@ -57,5 +57,5 @@ toml==0.10.2
tomli==2.0.1
urllib3==1.26.9
vulture==2.3
-Werkzeug==2.1.0
-zipp==3.7.0
+Werkzeug==2.1.1
+zipp==3.8.0
diff --git a/misc/requirements/requirements-tox.txt b/misc/requirements/requirements-tox.txt
index cdc49ff7f..45c0369a3 100644
--- a/misc/requirements/requirements-tox.txt
+++ b/misc/requirements/requirements-tox.txt
@@ -8,7 +8,7 @@ platformdirs==2.5.1
pluggy==1.0.0
py==1.11.0
pyparsing==3.0.7
-setuptools==61.2.0
+setuptools==61.3.1
six==1.16.0
toml==0.10.2
tox==3.24.5
diff --git a/requirements.txt b/requirements.txt
index b7ba35e6f..c4c681886 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,4 +9,4 @@ MarkupSafe==2.1.1
Pygments==2.11.2
PyYAML==6.0
typing_extensions==4.1.1 ; python_version<"3.8"
-zipp==3.7.0
+zipp==3.8.0
diff --git a/scripts/dev/changelog_urls.json b/scripts/dev/changelog_urls.json
index f4f82ea58..1047a3880 100644
--- a/scripts/dev/changelog_urls.json
+++ b/scripts/dev/changelog_urls.json
@@ -27,7 +27,6 @@
"hypothesis": "https://hypothesis.readthedocs.io/en/latest/changes.html",
"mypy": "https://mypy-lang.blogspot.com/",
"types-PyYAML": "https://github.com/python/typeshed/commits/master/stubs/PyYAML",
- "types-dataclasses": "https://github.com/python/typeshed/commits/master/stubs/dataclasses",
"pytest": "https://docs.pytest.org/en/latest/changelog.html",
"iniconfig": "https://github.com/RonnyPfannschmidt/iniconfig/blob/master/CHANGELOG",
"tox": "https://tox.readthedocs.io/en/latest/changelog.html",
@@ -153,8 +152,9 @@
"readme-renderer": "https://github.com/pypa/readme_renderer/blob/main/CHANGES.rst",
"requests-toolbelt": "https://github.com/requests/toolbelt/blob/master/HISTORY.rst",
"rfc3986": "https://rfc3986.readthedocs.io/en/latest/release-notes/index.html",
- "tqdm": "https://tqdm.github.io/releases/",
"twine": "https://twine.readthedocs.io/en/stable/changelog.html",
"webencodings": "https://github.com/gsnedders/python-webencodings/commits/master",
- "PyJWT": "https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst"
+ "PyJWT": "https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst",
+ "commonmark": "https://github.com/readthedocs/commonmark.py/blob/master/CHANGELOG.md",
+ "rich": "https://github.com/Textualize/rich/blob/master/CHANGELOG.md"
}
diff --git a/scripts/dev/run_pylint_on_tests.py b/scripts/dev/run_pylint_on_tests.py
index a44828a85..28c6e32c9 100644
--- a/scripts/dev/run_pylint_on_tests.py
+++ b/scripts/dev/run_pylint_on_tests.py
@@ -64,9 +64,6 @@ def main():
'import-error',
# tests/helpers imports
'wrong-import-order',
- # https://github.com/PyCQA/pylint/issues/6036
- # https://github.com/PyCQA/pylint/issues/6037
- 'unnecessary-ellipsis',
]
toxinidir = sys.argv[1]