From 5efd72470b7bbd80468d68a4a8cc14f6bd02eefa Mon Sep 17 00:00:00 2001 From: qutebrowser bot Date: Mon, 4 Apr 2022 09:09:33 +0000 Subject: Update dependencies --- misc/requirements/requirements-dev.txt | 11 ++++++----- misc/requirements/requirements-mypy.txt | 2 +- misc/requirements/requirements-pylint.txt | 2 +- misc/requirements/requirements-sphinx.txt | 2 +- misc/requirements/requirements-tests.txt | 10 +++++----- misc/requirements/requirements-tox.txt | 2 +- requirements.txt | 2 +- 7 files changed, 16 insertions(+), 15 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 -- cgit v1.2.3-54-g00ecf From 65fd458833f6c83dfabc64aaf73fba5ada13761c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 4 Apr 2022 11:12:13 +0200 Subject: Update changelog URLs --- scripts/dev/changelog_urls.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" } -- cgit v1.2.3-54-g00ecf From 0d3af197d9020078f4ab8440a63ba33e52080dd7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 4 Apr 2022 11:27:16 +0200 Subject: Revert "pylint: Disable unnecessary-ellipsis for tests" This reverts commit 2b76b6164093754482d848e7487356215556d0d0. --- scripts/dev/run_pylint_on_tests.py | 3 --- 1 file changed, 3 deletions(-) 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] -- cgit v1.2.3-54-g00ecf