Skip to content

Commit

Permalink
Merge pull request #7487 from qutebrowser/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
The-Compiler committed Nov 21, 2022
2 parents b831e12 + 6cf333c commit 77c1480
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion misc/requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ requests-toolbelt==0.10.1
rfc3986==2.0.0
rich==12.6.0
SecretStorage==3.3.3
sip==6.7.4
sip==6.7.5
six==1.16.0
toml==0.10.2
tomli==2.0.1
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 @@ -7,7 +7,7 @@ importlib-resources==5.10.0
Jinja2==3.1.2
lxml==4.9.1
MarkupSafe==2.1.1
mypy==0.990
mypy==0.991
mypy-extensions==0.4.3
pluggy==1.0.0
Pygments==2.13.0
Expand Down
4 changes: 2 additions & 2 deletions misc/requirements/requirements-pylint.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

astroid==2.12.12
astroid==2.12.13
certifi==2022.9.24
cffi==1.15.1
charset-normalizer==2.1.1
Expand All @@ -16,7 +16,7 @@ pefile==2022.5.30
platformdirs==2.5.4
pycparser==2.21
PyJWT==2.6.0
pylint==2.15.5
pylint==2.15.6
python-dateutil==2.8.2
./scripts/dev/pylint_checkers
requests==2.28.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 @@ -4,22 +4,22 @@ attrs==22.1.0
beautifulsoup4==4.11.1
certifi==2022.9.24
charset-normalizer==2.1.1
cheroot==8.6.0
cheroot==9.0.0
click==8.1.3
coverage==6.5.0
exceptiongroup==1.0.2
exceptiongroup==1.0.4
execnet==1.9.0
filelock==3.8.0
Flask==2.2.2
hunter==3.5.1
hypothesis==6.56.4
hypothesis==6.58.0
idna==3.4
importlib-metadata==5.0.0
iniconfig==1.1.1
itsdangerous==2.1.2
jaraco.functools==3.5.2
# Jinja2==3.1.2
Mako==1.2.3
Mako==1.2.4
manhole==1.8.0
# MarkupSafe==2.1.1
more-itertools==9.0.0
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,9 +8,9 @@ platformdirs==2.5.4
pluggy==1.0.0
py==1.11.0
pyparsing==3.0.9
setuptools==65.5.1
setuptools==65.6.0
six==1.16.0
tomli==2.0.1
tox==3.27.0
tox==3.27.1
virtualenv==20.16.7
wheel==0.38.4

0 comments on commit 77c1480

Please sign in to comment.