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 26, 2024
1 parent f6b8275 commit 52f5147
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions misc/requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ bump2version==1.0.1
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==42.0.3
cryptography==42.0.5
docutils==0.20.1
github3.py==4.0.1
hunter==3.6.1
idna==3.6
importlib-metadata==7.0.1
importlib-resources==6.1.1
importlib_resources==6.1.2
jaraco.classes==3.3.1
jeepney==0.8.0
keyring==24.3.0
Expand Down Expand Up @@ -39,7 +39,7 @@ sip==6.8.3
six==1.16.0
tomli==2.0.1
twine==5.0.0
typing_extensions==4.9.0
typing_extensions==4.10.0
uritemplate==4.1.1
# urllib3==2.2.1
zipp==3.17.0
6 changes: 3 additions & 3 deletions misc/requirements/requirements-mypy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

chardet==5.2.0
diff_cover==8.0.3
importlib-resources==6.1.1
importlib_resources==6.1.2
Jinja2==3.1.3
lxml==5.1.0
MarkupSafe==2.1.5
Expand All @@ -16,6 +16,6 @@ types-colorama==0.4.15.20240205
types-docutils==0.20.0.20240201
types-Pygments==2.17.0.20240106
types-PyYAML==6.0.12.12
types-setuptools==69.1.0.20240217
typing_extensions==4.9.0
types-setuptools==69.1.0.20240223
typing_extensions==4.10.0
zipp==3.17.0
8 changes: 4 additions & 4 deletions misc/requirements/requirements-pylint.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py

astroid==3.0.3
astroid==3.1.0
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==42.0.3
cryptography==42.0.5
dill==0.3.8
github3.py==4.0.1
idna==3.6
Expand All @@ -14,13 +14,13 @@ pefile==2023.2.7
platformdirs==4.2.0
pycparser==2.21
PyJWT==2.8.0
pylint==3.0.3
pylint==3.1.0
python-dateutil==2.8.2
./scripts/dev/pylint_checkers
requests==2.31.0
six==1.16.0
tomli==2.0.1
tomlkit==0.12.3
typing_extensions==4.9.0
typing_extensions==4.10.0
uritemplate==4.1.1
# urllib3==2.2.1
2 changes: 1 addition & 1 deletion misc/requirements/requirements-pyroma.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ pyproject_hooks==1.0.0
pyroma==4.2
requests==2.31.0
tomli==2.0.1
trove-classifiers==2024.1.31
trove-classifiers==2024.2.23
urllib3==2.2.1
zipp==3.17.0
8 changes: 4 additions & 4 deletions misc/requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ certifi==2024.2.2
charset-normalizer==3.3.2
cheroot==10.0.0
click==8.1.7
coverage==7.4.1
coverage==7.4.3
exceptiongroup==1.2.0
execnet==2.0.2
filelock==3.13.1
Flask==3.0.2
hunter==3.6.1
hypothesis==6.98.8
hypothesis==6.98.12
idna==3.6
importlib-metadata==7.0.1
iniconfig==2.0.0
Expand All @@ -30,7 +30,7 @@ parse-type==0.6.2
pluggy==1.4.0
py-cpuinfo==9.0.0
Pygments==2.17.2
pytest==8.0.1
pytest==8.0.2
pytest-bdd==7.0.1
pytest-benchmark==4.0.0
pytest-cov==4.1.0
Expand All @@ -49,7 +49,7 @@ sortedcontainers==2.4.0
soupsieve==2.5
tldextract==5.1.1
tomli==2.0.1
typing_extensions==4.9.0
typing_extensions==4.10.0
urllib3==2.2.1
vulture==2.11
Werkzeug==3.0.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 @@ -10,8 +10,8 @@ pip==24.0
platformdirs==4.2.0
pluggy==1.4.0
pyproject-api==1.6.1
setuptools==69.1.0
setuptools==69.1.1
tomli==2.0.1
tox==4.13.0
virtualenv==20.25.0
virtualenv==20.25.1
wheel==0.42.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

adblock==0.6.0
colorama==0.4.6
importlib-resources==6.1.1 ; python_version=="3.8.*"
importlib_resources==6.1.2
Jinja2==3.1.3
MarkupSafe==2.1.5
Pygments==2.17.2
Expand Down

0 comments on commit 52f5147

Please sign in to comment.