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 twigleingrid committed May 10, 2022
1 parent dfd2408 commit f56c78a
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions misc/requirements/requirements-dev.txt
Expand Up @@ -7,7 +7,7 @@ certifi==2021.10.8
cffi==1.15.0
charset-normalizer==2.0.12
colorama==0.4.4
cryptography==36.0.1
cryptography==36.0.2
docutils==0.18.1
github3.py==3.2.0
hunter==3.4.3
Expand Down Expand Up @@ -38,6 +38,6 @@ tomli==2.0.1
tqdm==4.63.0
twine==3.8.0
uritemplate==4.1.1
# urllib3==1.26.8
# urllib3==1.26.9
webencodings==0.5.1
zipp==3.7.0
2 changes: 1 addition & 1 deletion misc/requirements/requirements-flake8.txt
Expand Up @@ -2,7 +2,7 @@

attrs==21.4.0
flake8==4.0.1
flake8-bugbear==22.1.11
flake8-bugbear==22.3.20
flake8-builtins==1.5.3
flake8-comprehensions==3.8.0
flake8-copyright==0.2.2
Expand Down
6 changes: 3 additions & 3 deletions misc/requirements/requirements-mypy.txt
Expand Up @@ -6,14 +6,14 @@ importlib-metadata==4.11.3
importlib-resources==5.4.0
Jinja2==3.0.3
lxml==4.8.0
MarkupSafe==2.1.0
mypy==0.940
MarkupSafe==2.1.1
mypy==0.941
mypy-extensions==0.4.3
pluggy==1.0.0
Pygments==2.11.2
PyQt5-stubs==5.15.2.0
tomli==2.0.1
types-dataclasses==0.6.4
types-PyYAML==6.0.4
types-PyYAML==6.0.5
typing_extensions==4.1.1
zipp==3.7.0
4 changes: 2 additions & 2 deletions misc/requirements/requirements-pylint.txt
Expand Up @@ -4,7 +4,7 @@ astroid==2.9.3
certifi==2021.10.8
cffi==1.15.0
charset-normalizer==2.0.12
cryptography==36.0.1
cryptography==36.0.2
future==0.18.2
github3.py==3.2.0
idna==3.3
Expand All @@ -24,6 +24,6 @@ toml==0.10.2
typed-ast==1.5.2 ; python_version<"3.8"
typing_extensions==4.1.1
uritemplate==4.1.1
# urllib3==1.26.8
# urllib3==1.26.9
wrapt==1.13.3
platformdirs==2.4.0 ; python_version=="3.6.*"
2 changes: 1 addition & 1 deletion misc/requirements/requirements-pyroma.txt
Expand Up @@ -7,4 +7,4 @@ idna==3.3
Pygments==2.11.2
pyroma==3.2
requests==2.27.1
urllib3==1.26.8
urllib3==1.26.9
6 changes: 3 additions & 3 deletions misc/requirements/requirements-sphinx.txt
Expand Up @@ -9,11 +9,11 @@ idna==3.3
imagesize==1.3.0
importlib-metadata==4.11.3
Jinja2==3.0.3
MarkupSafe==2.1.0
MarkupSafe==2.1.1
packaging==21.3
Pygments==2.11.2
pyparsing==3.0.7
pytz==2021.3
pytz==2022.1
requests==2.27.1
snowballstemmer==2.2.0
Sphinx==4.4.0
Expand All @@ -23,5 +23,5 @@ sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
urllib3==1.26.8
urllib3==1.26.9
zipp==3.7.0
8 changes: 4 additions & 4 deletions misc/requirements/requirements-tests.txt
Expand Up @@ -12,7 +12,7 @@ filelock==3.6.0 ; python_version>="3.7"
Flask==2.0.3
glob2==0.7
hunter==3.4.3
hypothesis==6.39.3 ; python_version>="3.7"
hypothesis==6.39.4 ; python_version>="3.7"
icdiff==2.0.4
idna==3.3
iniconfig==1.1.1
Expand All @@ -21,7 +21,7 @@ jaraco.functools==3.5.0 ; python_version>="3.7"
# Jinja2==3.0.3
Mako==1.2.0 ; python_version>="3.7"
manhole==1.8.0
# MarkupSafe==2.1.0
# MarkupSafe==2.1.1
more-itertools==8.12.0
packaging==21.3
parse==1.19.0
Expand All @@ -32,7 +32,7 @@ py==1.11.0
py-cpuinfo==8.0.0
Pygments==2.11.2
pyparsing==3.0.7
pytest==7.1.0 ; python_version>="3.7"
pytest==7.1.1 ; python_version>="3.7"
pytest-bdd==4.1.0
pytest-benchmark==3.4.1
pytest-cov==3.0.0
Expand All @@ -54,7 +54,7 @@ soupsieve==2.3.1
tldextract==3.2.0 ; python_version>="3.7"
toml==0.10.2
tomli==2.0.1 ; python_version>="3.7"
urllib3==1.26.8
urllib3==1.26.9
vulture==2.3
Werkzeug==2.0.3
jaraco.functools<3.5 ; python_version=="3.6.*"
Expand Down
4 changes: 2 additions & 2 deletions misc/requirements/requirements-tox.txt
Expand Up @@ -8,11 +8,11 @@ platformdirs==2.5.1 ; python_version>="3.7"
pluggy==1.0.0
py==1.11.0
pyparsing==3.0.7
setuptools==60.9.3 ; python_version>="3.7"
setuptools==60.10.0 ; python_version>="3.7"
six==1.16.0
toml==0.10.2
tox==3.24.5
virtualenv==20.13.3
virtualenv==20.13.4
wheel==0.37.1
setuptools<60 ; python_version=="3.6.*"
filelock==3.4.1 ; python_version=="3.6.*"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -6,7 +6,7 @@ dataclasses==0.6 ; python_version<"3.7"
importlib-metadata==4.11.3 ; python_version=="3.7.*"
importlib-resources==5.4.0 ; python_version<"3.9"
Jinja2==3.0.3
MarkupSafe==2.1.0 ; python_version>="3.7"
MarkupSafe==2.1.1 ; python_version>="3.7"
Pygments==2.11.2
PyYAML==6.0
typing_extensions==4.1.1 ; python_version<"3.8"
Expand Down

0 comments on commit f56c78a

Please sign in to comment.