Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 21, 2024
1 parent d4268e7 commit 3c164f6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ attrs==24.2.0
# via
# -r docs-requirements.in
# outcome
babel==2.15.0
babel==2.16.0
# via sphinx
beautifulsoup4==4.12.3
# via sphinx-codeautolink
Expand Down Expand Up @@ -40,11 +40,11 @@ imagesize==1.4.1
# via sphinx
immutables==0.20
# via -r docs-requirements.in
importlib-metadata==8.2.0 ; python_version < '3.10'
importlib-metadata==8.4.0 ; python_version < '3.10'
# via
# sphinx
# towncrier
importlib-resources==6.4.0 ; python_version < '3.10'
importlib-resources==6.4.3 ; python_version < '3.10'
# via towncrier
jinja2==3.1.4
# via
Expand Down Expand Up @@ -73,7 +73,7 @@ snowballstemmer==2.2.0
# via sphinx
sortedcontainers==2.4.0
# via -r docs-requirements.in
soupsieve==2.5
soupsieve==2.6
# via beautifulsoup4
sphinx==7.1.2
# via
Expand Down Expand Up @@ -114,7 +114,7 @@ towncrier==24.7.1
# via -r docs-requirements.in
urllib3==2.2.2
# via requests
zipp==3.19.2 ; python_version < '3.10'
zipp==3.20.0 ; python_version < '3.10'
# via
# importlib-metadata
# importlib-resources
14 changes: 7 additions & 7 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ attrs==24.2.0
# via
# -r test-requirements.in
# outcome
babel==2.15.0
babel==2.16.0
# via sphinx
black==24.8.0 ; implementation_name == 'cpython'
# via -r test-requirements.in
Expand Down Expand Up @@ -57,7 +57,7 @@ idna==3.7
# trustme
imagesize==1.4.1
# via sphinx
importlib-metadata==8.2.0 ; python_version < '3.10'
importlib-metadata==8.4.0 ; python_version < '3.10'
# via sphinx
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -105,7 +105,7 @@ pylint==3.2.6
# via -r test-requirements.in
pyopenssl==24.2.1
# via -r test-requirements.in
pyright==1.1.375
pyright==1.1.376
# via -r test-requirements.in
pytest==8.3.2
# via -r test-requirements.in
Expand Down Expand Up @@ -141,7 +141,7 @@ tomli==2.0.1 ; python_version < '3.11'
# mypy
# pylint
# pytest
tomlkit==0.13.0
tomlkit==0.13.2
# via pylint
trustme==1.1.0
# via -r test-requirements.in
Expand All @@ -153,7 +153,7 @@ types-docutils==0.21.0.20240724
# via -r test-requirements.in
types-pyopenssl==24.1.0.20240722 ; implementation_name == 'cpython'
# via -r test-requirements.in
types-setuptools==71.1.0.20240806 ; implementation_name == 'cpython'
types-setuptools==71.1.0.20240818 ; implementation_name == 'cpython'
# via types-cffi
typing-extensions==4.12.2
# via
Expand All @@ -164,7 +164,7 @@ typing-extensions==4.12.2
# pylint
urllib3==2.2.2
# via requests
uv==0.2.34
uv==0.3.0
# via -r test-requirements.in
zipp==3.19.2 ; python_version < '3.10'
zipp==3.20.0 ; python_version < '3.10'
# via importlib-metadata

0 comments on commit 3c164f6

Please sign in to comment.