Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qutebrowser-bot committed Nov 7, 2022
1 parent 8431ba4 commit 28d9ae8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions misc/requirements/requirements-dev.txt
Expand Up @@ -15,7 +15,7 @@ idna==3.4
importlib-metadata==5.0.0
jaraco.classes==3.2.3
jeepney==0.8.0
keyring==23.9.3
keyring==23.11.0
manhole==1.8.0
more-itertools==9.0.0
packaging==21.3
Expand All @@ -35,7 +35,7 @@ requests-toolbelt==0.10.1
rfc3986==2.0.0
rich==12.6.0
SecretStorage==3.3.3
sip==6.7.3
sip==6.7.4
six==1.16.0
toml==0.10.2
tomli==2.0.1
Expand Down
2 changes: 1 addition & 1 deletion misc/requirements/requirements-pyinstaller.txt
Expand Up @@ -2,4 +2,4 @@

altgraph==0.17.3
pyinstaller==5.6.2
pyinstaller-hooks-contrib==2022.11
pyinstaller-hooks-contrib==2022.12
2 changes: 1 addition & 1 deletion misc/requirements/requirements-pylint.txt
Expand Up @@ -13,7 +13,7 @@ isort==5.10.1
lazy-object-proxy==1.8.0
mccabe==0.7.0
pefile==2022.5.30
platformdirs==2.5.2
platformdirs==2.5.3
pycparser==2.21
PyJWT==2.6.0
pylint==2.15.5
Expand Down
7 changes: 3 additions & 4 deletions misc/requirements/requirements-tests.txt
Expand Up @@ -7,11 +7,10 @@ charset-normalizer==2.1.1
cheroot==8.6.0
click==8.1.3
coverage==6.5.0
exceptiongroup==1.0.0
exceptiongroup==1.0.1
execnet==1.9.0
filelock==3.8.0
Flask==2.2.2
glob2==0.7
hunter==3.5.1
hypothesis==6.56.4
idna==3.4
Expand All @@ -28,12 +27,11 @@ packaging==21.3
parse==1.19.0
parse-type==0.6.0
pluggy==1.0.0
py==1.11.0
py-cpuinfo==9.0.0
Pygments==2.13.0
pyparsing==3.0.9
pytest==7.2.0
pytest-bdd==6.0.1
pytest-bdd==6.1.0
pytest-benchmark==4.0.0
pytest-cov==4.0.0
pytest-instafail==0.4.2
Expand All @@ -52,6 +50,7 @@ soupsieve==2.3.2.post1
tldextract==3.4.0
toml==0.10.2
tomli==2.0.1
typing_extensions==4.4.0
urllib3==1.26.12
vulture==2.6
Werkzeug==2.2.2
Expand Down
8 changes: 4 additions & 4 deletions misc/requirements/requirements-tox.txt
Expand Up @@ -3,14 +3,14 @@
distlib==0.3.6
filelock==3.8.0
packaging==21.3
pip==22.3
platformdirs==2.5.2
pip==22.3.1
platformdirs==2.5.3
pluggy==1.0.0
py==1.11.0
pyparsing==3.0.9
setuptools==65.5.0
setuptools==65.5.1
six==1.16.0
tomli==2.0.1
tox==3.27.0
virtualenv==20.16.6
wheel==0.37.1
wheel==0.38.2

0 comments on commit 28d9ae8

Please sign in to comment.