Skip to content

Commit e52a362

Browse files
qutebrowser-botdaerich
authored andcommitted
Update dependencies
1 parent 5d91b66 commit e52a362

8 files changed

+14
-14
lines changed

misc/requirements/requirements-dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ github3.py==4.0.1
1111
hunter==3.6.1
1212
idna==3.4
1313
importlib-metadata==6.8.0
14-
importlib-resources==6.1.0
14+
importlib-resources==6.1.1
1515
jaraco.classes==3.3.0
1616
jeepney==0.8.0
17-
keyring==24.2.0
17+
keyring==24.3.0
1818
manhole==1.8.0
1919
markdown-it-py==3.0.0
2020
mdurl==0.1.2

misc/requirements/requirements-mypy.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
chardet==5.2.0
44
diff_cover==8.0.0
5-
importlib-resources==6.1.0
5+
importlib-resources==6.1.1
66
Jinja2==3.1.2
77
lxml==4.9.3
88
MarkupSafe==2.1.3
9-
mypy==1.6.1
9+
mypy==1.7.0
1010
mypy-extensions==1.0.0
1111
pluggy==1.3.0
1212
Pygments==2.16.1
1313
PyQt5-stubs==5.15.6.0
1414
tomli==2.0.1
1515
types-colorama==0.4.15.12
1616
types-docutils==0.20.0.3
17-
types-Pygments==2.16.0.0
17+
types-Pygments==2.16.0.1
1818
types-PyYAML==6.0.12.12
19-
types-setuptools==68.2.0.0
19+
types-setuptools==68.2.0.1
2020
typing_extensions==4.8.0
2121
zipp==3.17.0

misc/requirements/requirements-pyinstaller.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
altgraph==0.17.4
44
importlib-metadata==6.8.0
55
packaging==23.2
6-
pyinstaller==6.1.0
6+
pyinstaller==6.2.0
77
pyinstaller-hooks-contrib==2023.10
88
zipp==3.17.0

misc/requirements/requirements-pylint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ idna==3.4
1111
isort==5.12.0
1212
mccabe==0.7.0
1313
pefile==2023.2.7
14-
platformdirs==3.11.0
14+
platformdirs==4.0.0
1515
pycparser==2.21
1616
PyJWT==2.8.0
1717
pylint==3.0.2

misc/requirements/requirements-pyroma.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ pyproject_hooks==1.0.0
1212
pyroma==4.2
1313
requests==2.31.0
1414
tomli==2.0.1
15-
trove-classifiers==2023.10.18
15+
trove-classifiers==2023.11.9
1616
urllib3==2.0.7
1717
zipp==3.17.0

misc/requirements/requirements-tests.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ iniconfig==2.0.0
2020
itsdangerous==2.1.2
2121
jaraco.functools==4.0.0
2222
# Jinja2==3.1.2
23-
Mako==1.2.4
23+
Mako==1.3.0
2424
manhole==1.8.0
2525
# MarkupSafe==2.1.3
2626
more-itertools==10.1.0
@@ -39,15 +39,15 @@ pytest-mock==3.12.0
3939
pytest-qt==4.2.0
4040
pytest-repeat==0.9.3
4141
pytest-rerunfailures==12.0
42-
pytest-xdist==3.3.1
42+
pytest-xdist==3.4.0
4343
pytest-xvfb==3.0.0
4444
PyVirtualDisplay==3.0
4545
requests==2.31.0
4646
requests-file==1.5.1
4747
six==1.16.0
4848
sortedcontainers==2.4.0
4949
soupsieve==2.5
50-
tldextract==5.0.1
50+
tldextract==5.1.0
5151
toml==0.10.2
5252
tomli==2.0.1
5353
typing_extensions==4.8.0

misc/requirements/requirements-yamllint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
pathspec==0.11.2
44
PyYAML==6.0.1
5-
yamllint==1.32.0
5+
yamllint==1.33.0

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
adblock==0.6.0
44
colorama==0.4.6
5-
importlib-resources==6.1.0 ; python_version=="3.8.*"
5+
importlib-resources==6.1.1 ; python_version=="3.8.*"
66
Jinja2==3.1.2
77
MarkupSafe==2.1.3
88
Pygments==2.16.1

0 commit comments

Comments
 (0)