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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dependencies from commit 60b9e1 #2904

Merged
merged 1 commit into from
Dec 13, 2023
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ attrs==23.1.0
# via
# -r docs-requirements.in
# outcome
babel==2.13.1
babel==2.14.0
# via sphinx
certifi==2023.11.17
# via requests
Expand Down
32 changes: 25 additions & 7 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,24 @@
#
# pip-compile test-requirements.in
#
aiohttp==3.9.1
# via black
aiosignal==1.3.1
# via aiohttp
astor==0.8.1
# via -r test-requirements.in
astroid==3.0.1
astroid==3.0.2
# via pylint
async-generator==1.10
# via -r test-requirements.in
async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
# via
# -r test-requirements.in
# aiohttp
# outcome
black==23.11.0 ; implementation_name == "cpython"
black==23.12.0 ; implementation_name == "cpython"
# via -r test-requirements.in
build==1.0.3
# via pip-tools
Expand All @@ -40,20 +47,29 @@ exceptiongroup==1.2.0 ; python_version < "3.11"
# via
# -r test-requirements.in
# pytest
frozenlist==1.4.0
# via
# aiohttp
# aiosignal
idna==3.6
# via
# -r test-requirements.in
# trustme
# yarl
importlib-metadata==7.0.0
# via build
iniconfig==2.0.0
# via pytest
isort==5.12.0
isort==5.13.1
# via pylint
jedi==0.19.1
# via -r test-requirements.in
mccabe==0.7.0
# via pylint
multidict==6.0.4
# via
# aiohttp
# yarl
mypy==1.7.1 ; implementation_name == "cpython"
# via -r test-requirements.in
mypy-extensions==1.0.0 ; implementation_name == "cpython"
Expand All @@ -72,7 +88,7 @@ packaging==23.2
# pytest
parso==0.8.3
# via jedi
pathspec==0.11.2
pathspec==0.12.1
# via black
pip-tools==7.3.0
# via -r test-requirements.in
Expand All @@ -84,13 +100,13 @@ pluggy==1.3.0
# via pytest
pycparser==2.21
# via cffi
pylint==3.0.2
pylint==3.0.3
# via -r test-requirements.in
pyopenssl==23.3.0
# via -r test-requirements.in
pyproject-hooks==1.0.0
# via build
pyright==1.1.338
pyright==1.1.339
# via -r test-requirements.in
pytest==7.4.3
# via -r test-requirements.in
Expand Down Expand Up @@ -119,7 +135,7 @@ types-pyopenssl==23.3.0.0 ; implementation_name == "cpython"
# via -r test-requirements.in
types-setuptools==69.0.0.0
# via types-cffi
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# -r test-requirements.in
# astroid
Expand All @@ -128,6 +144,8 @@ typing-extensions==4.8.0
# pylint
wheel==0.42.0
# via pip-tools
yarl==1.9.4
# via aiohttp
zipp==3.17.0
# via importlib-metadata

Expand Down