summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-11-08 16:20:42 +0100
committerFlorian Bruhin <me@the-compiler.org>2022-11-08 16:20:42 +0100
commit113da710d3026c2b35d246a263320a2e1458c666 (patch)
tree276a2181e60e1f7c8057a9be7ab680e271df5e01
parent1387c999fa81af670f192b22e5186509dc769206 (diff)
parent756e23f57bcefc8624478cac81742359e2fafa4e (diff)
downloadqutebrowser-113da710d3026c2b35d246a263320a2e1458c666.tar.gz
qutebrowser-113da710d3026c2b35d246a263320a2e1458c666.zip
Merge remote-tracking branch 'origin/update-dependencies'
-rw-r--r--misc/requirements/requirements-dev.txt4
-rw-r--r--misc/requirements/requirements-pyinstaller.txt2
-rw-r--r--misc/requirements/requirements-pylint.txt2
-rw-r--r--misc/requirements/requirements-tests.txt7
-rw-r--r--misc/requirements/requirements-tox.txt8
-rw-r--r--scripts/dev/changelog_urls.json1
6 files changed, 11 insertions, 13 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
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/",