From 28d9ae821c57f036494af1aefcd51fdd7e06bef6 Mon Sep 17 00:00:00 2001 From: qutebrowser bot Date: Mon, 7 Nov 2022 04:33:30 +0000 Subject: Update dependencies --- misc/requirements/requirements-dev.txt | 4 ++-- misc/requirements/requirements-pyinstaller.txt | 2 +- misc/requirements/requirements-pylint.txt | 2 +- misc/requirements/requirements-tests.txt | 7 +++---- misc/requirements/requirements-tox.txt | 8 ++++---- 5 files changed, 11 insertions(+), 12 deletions(-) diff --git a/misc/requirements/requirements-dev.txt b/misc/requirements/requirements-dev.txt index 27f803bb3..b3dafe27c 100644 --- a/misc/requirements/requirements-dev.txt +++ b/misc/requirements/requirements-dev.txt @@ -15,7 +15,7 @@ idna==3.4 importlib-metadata==5.0.0 jaraco.classes==3.2.3 jeepney==0.8.0 -keyring==23.9.3 +keyring==23.11.0 manhole==1.8.0 more-itertools==9.0.0 packaging==21.3 @@ -35,7 +35,7 @@ requests-toolbelt==0.10.1 rfc3986==2.0.0 rich==12.6.0 SecretStorage==3.3.3 -sip==6.7.3 +sip==6.7.4 six==1.16.0 toml==0.10.2 tomli==2.0.1 diff --git a/misc/requirements/requirements-pyinstaller.txt b/misc/requirements/requirements-pyinstaller.txt index 19818244f..45789a1f8 100644 --- a/misc/requirements/requirements-pyinstaller.txt +++ b/misc/requirements/requirements-pyinstaller.txt @@ -2,4 +2,4 @@ altgraph==0.17.3 pyinstaller==5.6.2 -pyinstaller-hooks-contrib==2022.11 +pyinstaller-hooks-contrib==2022.12 diff --git a/misc/requirements/requirements-pylint.txt b/misc/requirements/requirements-pylint.txt index 5aa28d783..0f203f061 100644 --- a/misc/requirements/requirements-pylint.txt +++ b/misc/requirements/requirements-pylint.txt @@ -13,7 +13,7 @@ isort==5.10.1 lazy-object-proxy==1.8.0 mccabe==0.7.0 pefile==2022.5.30 -platformdirs==2.5.2 +platformdirs==2.5.3 pycparser==2.21 PyJWT==2.6.0 pylint==2.15.5 diff --git a/misc/requirements/requirements-tests.txt b/misc/requirements/requirements-tests.txt index 3d8d0a781..f1b33caa5 100644 --- a/misc/requirements/requirements-tests.txt +++ b/misc/requirements/requirements-tests.txt @@ -7,11 +7,10 @@ charset-normalizer==2.1.1 cheroot==8.6.0 click==8.1.3 coverage==6.5.0 -exceptiongroup==1.0.0 +exceptiongroup==1.0.1 execnet==1.9.0 filelock==3.8.0 Flask==2.2.2 -glob2==0.7 hunter==3.5.1 hypothesis==6.56.4 idna==3.4 @@ -28,12 +27,11 @@ packaging==21.3 parse==1.19.0 parse-type==0.6.0 pluggy==1.0.0 -py==1.11.0 py-cpuinfo==9.0.0 Pygments==2.13.0 pyparsing==3.0.9 pytest==7.2.0 -pytest-bdd==6.0.1 +pytest-bdd==6.1.0 pytest-benchmark==4.0.0 pytest-cov==4.0.0 pytest-instafail==0.4.2 @@ -52,6 +50,7 @@ soupsieve==2.3.2.post1 tldextract==3.4.0 toml==0.10.2 tomli==2.0.1 +typing_extensions==4.4.0 urllib3==1.26.12 vulture==2.6 Werkzeug==2.2.2 diff --git a/misc/requirements/requirements-tox.txt b/misc/requirements/requirements-tox.txt index c366dfce6..f94f80970 100644 --- a/misc/requirements/requirements-tox.txt +++ b/misc/requirements/requirements-tox.txt @@ -3,14 +3,14 @@ distlib==0.3.6 filelock==3.8.0 packaging==21.3 -pip==22.3 -platformdirs==2.5.2 +pip==22.3.1 +platformdirs==2.5.3 pluggy==1.0.0 py==1.11.0 pyparsing==3.0.9 -setuptools==65.5.0 +setuptools==65.5.1 six==1.16.0 tomli==2.0.1 tox==3.27.0 virtualenv==20.16.6 -wheel==0.37.1 +wheel==0.38.2 -- cgit v1.2.3-54-g00ecf From 756e23f57bcefc8624478cac81742359e2fafa4e Mon Sep 17 00:00:00 2001 From: toofar Date: Mon, 7 Nov 2022 18:10:50 +1300 Subject: remove glob2 from changelog urls Got dropped from pytest-bdd: https://github.com/pytest-dev/pytest-bdd/pull/570 --- scripts/dev/changelog_urls.json | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/dev/changelog_urls.json b/scripts/dev/changelog_urls.json index 5af1229ef..6cbf518af 100644 --- a/scripts/dev/changelog_urls.json +++ b/scripts/dev/changelog_urls.json @@ -23,7 +23,6 @@ "soupsieve": "https://facelessuser.github.io/soupsieve/about/changelog/", "Flask": "https://flask.palletsprojects.com/en/latest/changes/", "Mako": "https://docs.makotemplates.org/en/latest/changelog.html", - "glob2": "https://github.com/miracle2k/python-glob2/blob/master/CHANGES", "hypothesis": "https://hypothesis.readthedocs.io/en/latest/changes.html", "exceptiongroup": "https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst", "mypy": "https://mypy-lang.blogspot.com/", -- cgit v1.2.3-54-g00ecf