Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #7499

Merged
merged 3 commits into from Nov 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions misc/requirements/requirements-dev.txt
Expand Up @@ -7,12 +7,12 @@ certifi==2022.9.24
cffi==1.15.1
charset-normalizer==2.1.1
commonmark==0.9.1
cryptography==38.0.3
cryptography==38.0.4
docutils==0.19
github3.py==3.2.0
hunter==3.5.1
idna==3.4
importlib-metadata==5.0.0
importlib-metadata==5.1.0
jaraco.classes==3.2.3
jeepney==0.8.0
keyring==23.11.0
Expand Down Expand Up @@ -42,6 +42,6 @@ tomli==2.0.1
twine==4.0.1
typing_extensions==4.4.0
uritemplate==4.1.1
# urllib3==1.26.12
# urllib3==1.26.13
webencodings==0.5.1
zipp==3.10.0
zipp==3.11.0
7 changes: 3 additions & 4 deletions misc/requirements/requirements-flake8.txt
@@ -1,11 +1,10 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py

attrs==22.1.0
flake8==5.0.4
flake8==6.0.0
flake8-bugbear==22.10.27
flake8-builtins==2.0.1
flake8-comprehensions==3.10.1
flake8-copyright==0.2.3
flake8-debugger==4.1.2
flake8-deprecated==2.0.1
flake8-docstrings==1.6.0
Expand All @@ -17,8 +16,8 @@ flake8-tidy-imports==4.8.0
flake8-tuple==0.4.1
mccabe==0.7.0
pep8-naming==0.13.2
pycodestyle==2.9.1
pycodestyle==2.10.0
pydocstyle==6.1.1
pyflakes==2.5.0
pyflakes==3.0.1
six==1.16.0
snowballstemmer==2.2.0
3 changes: 2 additions & 1 deletion misc/requirements/requirements-flake8.txt-raw
Expand Up @@ -5,7 +5,8 @@ flake8-comprehensions
flake8-debugger
flake8-deprecated!=2.0.0
flake8-docstrings
flake8-copyright
# https://github.com/savoirfairelinux/flake8-copyright/issues/19
# flake8-copyright
flake8-future-import
# https://github.com/aleGpereira/flake8-mock/issues/10
# flake8-mock
Expand Down
6 changes: 3 additions & 3 deletions misc/requirements/requirements-mypy.txt
@@ -1,8 +1,8 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py

chardet==5.0.0
diff-cover==7.0.2
importlib-metadata==5.0.0
diff-cover==7.1.0
importlib-metadata==5.1.0
importlib-resources==5.10.0
Jinja2==3.1.2
lxml==4.9.1
Expand All @@ -15,4 +15,4 @@ PyQt5-stubs==5.15.6.0
tomli==2.0.1
types-PyYAML==6.0.12.2
typing_extensions==4.4.0
zipp==3.10.0
zipp==3.11.0
4 changes: 2 additions & 2 deletions misc/requirements/requirements-pylint.txt
Expand Up @@ -4,7 +4,7 @@ astroid==2.12.13
certifi==2022.9.24
cffi==1.15.1
charset-normalizer==2.1.1
cryptography==38.0.3
cryptography==38.0.4
dill==0.3.6
future==0.18.2
github3.py==3.2.0
Expand All @@ -26,5 +26,5 @@ tomlkit==0.11.6
typed-ast==1.5.4 ; python_version<"3.8"
typing_extensions==4.4.0
uritemplate==4.1.1
# urllib3==1.26.12
# urllib3==1.26.13
wrapt==1.14.1
5 changes: 3 additions & 2 deletions misc/requirements/requirements-pyroma.txt
Expand Up @@ -9,7 +9,8 @@ packaging==21.3
pep517==0.13.0
Pygments==2.13.0
pyparsing==3.0.9
pyroma==4.0
pyroma==4.1
requests==2.28.1
tomli==2.0.1
urllib3==1.26.12
trove-classifiers==2022.10.19
urllib3==1.26.13
6 changes: 3 additions & 3 deletions misc/requirements/requirements-sphinx.txt
Expand Up @@ -7,7 +7,7 @@ charset-normalizer==2.1.1
docutils==0.19
idna==3.4
imagesize==1.4.1
importlib-metadata==5.0.0
importlib-metadata==5.1.0
Jinja2==3.1.2
MarkupSafe==2.1.1
packaging==21.3
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.12
zipp==3.10.0
urllib3==1.26.13
zipp==3.11.0
10 changes: 5 additions & 5 deletions misc/requirements/requirements-tests.txt
Expand Up @@ -12,9 +12,9 @@ execnet==1.9.0
filelock==3.8.0
Flask==2.2.2
hunter==3.5.1
hypothesis==6.58.0
hypothesis==6.58.1
idna==3.4
importlib-metadata==5.0.0
importlib-metadata==5.1.0
iniconfig==1.1.1
itsdangerous==2.1.2
jaraco.functools==3.5.2
Expand All @@ -38,7 +38,7 @@ pytest-instafail==0.4.2
pytest-mock==3.10.0
pytest-qt==4.2.0
pytest-repeat==0.9.1
pytest-rerunfailures==10.2
pytest-rerunfailures==10.3
pytest-xdist==3.0.2
pytest-xvfb==2.0.0
PyVirtualDisplay==3.0
Expand All @@ -51,7 +51,7 @@ tldextract==3.4.0
toml==0.10.2
tomli==2.0.1
typing_extensions==4.4.0
urllib3==1.26.12
urllib3==1.26.13
vulture==2.6
Werkzeug==2.2.2
zipp==3.10.0
zipp==3.11.0
2 changes: 1 addition & 1 deletion misc/requirements/requirements-tox.txt
Expand Up @@ -8,7 +8,7 @@ platformdirs==2.5.4
pluggy==1.0.0
py==1.11.0
pyparsing==3.0.9
setuptools==65.6.0
setuptools==65.6.3
six==1.16.0
tomli==2.0.1
tox==3.27.1
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -2,14 +2,14 @@

adblock==0.6.0
colorama==0.4.6
importlib-metadata==5.0.0 ; python_version=="3.7.*"
importlib-metadata==5.1.0 ; python_version=="3.7.*"
importlib-resources==5.10.0 ; python_version=="3.7.*" or python_version=="3.8.*"
Jinja2==3.1.2
MarkupSafe==2.1.1
Pygments==2.13.0
PyYAML==6.0
typing_extensions==4.4.0 ; python_version<"3.8"
zipp==3.10.0
zipp==3.11.0
# Unpinned due to recompile_requirements.py limitations
pyobjc-core ; sys_platform=="darwin"
pyobjc-framework-Cocoa ; sys_platform=="darwin"
4 changes: 2 additions & 2 deletions scripts/dev/changelog_urls.json
Expand Up @@ -47,7 +47,6 @@
"flake8-tidy-imports": "https://github.com/adamchainz/flake8-tidy-imports/blob/main/HISTORY.rst",
"flake8-tuple": "https://github.com/ar4s/flake8_tuple/blob/master/HISTORY.rst",
"flake8-comprehensions": "https://github.com/adamchainz/flake8-comprehensions/blob/main/HISTORY.rst",
"flake8-copyright": "https://github.com/savoirfairelinux/flake8-copyright/blob/master/CHANGELOG.rst",
"flake8-deprecated": "https://github.com/gforcada/flake8-deprecated/blob/master/CHANGES.rst",
"flake8-future-import": "https://github.com/xZise/flake8-future-import#changes",
"flake8-string-format": "https://github.com/xZise/flake8-string-format#changes",
Expand Down Expand Up @@ -155,5 +154,6 @@
"rich": "https://github.com/Textualize/rich/blob/master/CHANGELOG.md",
"ply": "https://github.com/dabeaz/ply/blob/master/CHANGES",
"pyobjc-core": "https://pyobjc.readthedocs.io/en/latest/changelog.html",
"pyobjc-framework-Cocoa": "https://pyobjc.readthedocs.io/en/latest/changelog.html"
"pyobjc-framework-Cocoa": "https://pyobjc.readthedocs.io/en/latest/changelog.html",
"trove-classifiers": "https://github.com/pypa/trove-classifiers/commits/main"
}