Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qutebrowser-bot authored and toofar committed Apr 27, 2024
1 parent 817091c commit daa0662
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions misc/requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py

backports.tarfile==1.0.0
backports.tarfile==1.1.0
build==1.2.1
bump2version==1.0.1
certifi==2024.2.2
Expand All @@ -15,7 +15,7 @@ importlib_metadata==7.1.0
importlib_resources==6.4.0
jaraco.classes==3.4.0
jaraco.context==5.3.0
jaraco.functools==4.0.0
jaraco.functools==4.0.1
jeepney==0.8.0
keyring==25.1.0
manhole==1.8.0
Expand All @@ -30,7 +30,7 @@ Pygments==2.17.2
PyJWT==2.8.0
Pympler==1.0.1
pyproject_hooks==1.0.0
PyQt-builder==1.16.0
PyQt-builder==1.16.1
python-dateutil==2.9.0.post0
readme_renderer==43.0
requests==2.31.0
Expand Down
2 changes: 1 addition & 1 deletion misc/requirements/requirements-flake8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

attrs==23.2.0
flake8==7.0.0
flake8-bugbear==24.2.6
flake8-bugbear==24.4.21
flake8-builtins==2.5.0
flake8-comprehensions==3.14.0
flake8-debugger==4.1.2
Expand Down
2 changes: 1 addition & 1 deletion misc/requirements/requirements-mypy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lxml==5.2.1
MarkupSafe==2.1.5
mypy==1.9.0
mypy-extensions==1.0.0
pluggy==1.4.0
pluggy==1.5.0
Pygments==2.17.2
PyQt5-stubs==5.15.6.0
tomli==2.0.1
Expand Down
8 changes: 4 additions & 4 deletions misc/requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ charset-normalizer==3.3.2
cheroot==10.0.0
click==8.1.7
coverage==7.4.4
exceptiongroup==1.2.0
exceptiongroup==1.2.1
execnet==2.1.1
filelock==3.13.4
Flask==3.0.3
Expand All @@ -17,8 +17,8 @@ hypothesis==6.100.1
idna==3.7
importlib_metadata==7.1.0
iniconfig==2.0.0
itsdangerous==2.1.2
jaraco.functools==4.0.0
itsdangerous==2.2.0
jaraco.functools==4.0.1
# Jinja2==3.1.3
Mako==1.3.3
manhole==1.8.0
Expand All @@ -27,7 +27,7 @@ more-itertools==10.2.0
packaging==24.0
parse==1.20.1
parse-type==0.6.2
pluggy==1.4.0
pluggy==1.5.0
py-cpuinfo==9.0.0
Pygments==2.17.2
pytest==8.1.1
Expand Down
4 changes: 2 additions & 2 deletions misc/requirements/requirements-tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ filelock==3.13.4
packaging==24.0
pip==24.0
platformdirs==4.2.0
pluggy==1.4.0
pluggy==1.5.0
pyproject-api==1.6.1
setuptools==69.5.1
tomli==2.0.1
tox==4.14.2
virtualenv==20.25.1
virtualenv==20.25.3
wheel==0.43.0

0 comments on commit daa0662

Please sign in to comment.