Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qutebrowser-bot committed Feb 12, 2024
1 parent e42c322 commit 5615d0e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions misc/requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hunter==3.6.1
idna==3.6
importlib-metadata==7.0.1
importlib-resources==6.1.1
jaraco.classes==3.3.0
jaraco.classes==3.3.1
jeepney==0.8.0
keyring==24.3.0
manhole==1.8.0
Expand All @@ -35,10 +35,10 @@ requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==13.7.0
SecretStorage==3.3.3
sip==6.8.2
sip==6.8.3
six==1.16.0
tomli==2.0.1
twine==4.0.2
twine==5.0.0
typing_extensions==4.9.0
uritemplate==4.1.1
# urllib3==2.2.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.1.17
flake8-bugbear==24.2.6
flake8-builtins==2.2.0
flake8-comprehensions==3.14.0
flake8-debugger==4.1.2
Expand Down
4 changes: 2 additions & 2 deletions misc/requirements/requirements-pyinstaller.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
altgraph==0.17.4
importlib-metadata==7.0.1
packaging==23.2
pyinstaller==6.3.0
pyinstaller-hooks-contrib==2024.0
pyinstaller==6.4.0
pyinstaller-hooks-contrib==2024.1
zipp==3.17.0
4 changes: 2 additions & 2 deletions misc/requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ execnet==2.0.2
filelock==3.13.1
Flask==3.0.2
hunter==3.6.1
hypothesis==6.98.1
hypothesis==6.98.3
idna==3.6
importlib-metadata==7.0.1
iniconfig==2.0.0
Expand All @@ -36,7 +36,7 @@ pytest-benchmark==4.0.0
pytest-cov==4.1.0
pytest-instafail==0.5.0
pytest-mock==3.12.0
pytest-qt==4.3.1
pytest-qt==4.4.0
pytest-repeat==0.9.3
pytest-rerunfailures==13.0
pytest-xdist==3.5.0
Expand Down
2 changes: 1 addition & 1 deletion misc/requirements/requirements-tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pip==24.0
platformdirs==4.2.0
pluggy==1.4.0
pyproject-api==1.6.1
setuptools==69.0.3
setuptools==69.1.0
tomli==2.0.1
tox==4.12.1
virtualenv==20.25.0
Expand Down
2 changes: 1 addition & 1 deletion misc/requirements/requirements-yamllint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

pathspec==0.12.1
PyYAML==6.0.1
yamllint==1.33.0
yamllint==1.34.0

0 comments on commit 5615d0e

Please sign in to comment.