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 Feb 11, 2025
1 parent ad9462b commit aa7f2df
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ repos:
additional_dependencies: ["astor", "attrs", "black", "ruff"]
files: ^src\/trio\/_core\/(_run|(_i(o_(common|epoll|kqueue|windows)|nstrumentation)))\.py$
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.5.29
rev: 0.5.30
hooks:
# Compile requirements
- id: pip-compile
Expand Down
8 changes: 5 additions & 3 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ attrs==25.1.0
# via
# -r docs-requirements.in
# outcome
babel==2.16.0
babel==2.17.0
# via sphinx
beautifulsoup4==4.12.3
beautifulsoup4==4.13.3
# via sphinx-codeautolink
certifi==2025.1.31
# via requests
Expand All @@ -24,7 +24,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
# via
# click
# sphinx
cryptography==44.0.0
cryptography==44.0.1
# via pyopenssl
docutils==0.21.2
# via
Expand Down Expand Up @@ -102,5 +102,7 @@ sphinxcontrib-trio==1.1.2
# via -r docs-requirements.in
towncrier==24.8.0
# via -r docs-requirements.in
typing-extensions==4.12.2
# via beautifulsoup4
urllib3==2.3.0
# via requests
16 changes: 8 additions & 8 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ attrs==25.1.0
# via
# -r test-requirements.in
# outcome
babel==2.16.0
babel==2.17.0
# via sphinx
black==25.1.0 ; implementation_name == 'cpython'
# via -r test-requirements.in
Expand All @@ -38,9 +38,9 @@ colorama==0.4.6 ; sys_platform == 'win32'
# pylint
# pytest
# sphinx
coverage==7.6.10
coverage==7.6.12
# via -r test-requirements.in
cryptography==44.0.0
cryptography==44.0.1
# via
# -r test-requirements.in
# pyopenssl
Expand All @@ -58,7 +58,7 @@ exceptiongroup==1.2.2 ; python_full_version < '3.11'
# pytest
filelock==3.17.0
# via virtualenv
identify==2.6.6
identify==2.6.7
# via pre-commit
idna==3.10
# via
Expand Down Expand Up @@ -130,7 +130,7 @@ pyyaml==6.0.2
# via pre-commit
requests==2.32.3
# via sphinx
ruff==0.9.4
ruff==0.9.6
# via -r test-requirements.in
sniffio==1.3.1
# via -r test-requirements.in
Expand Down Expand Up @@ -173,7 +173,7 @@ types-docutils==0.21.0.20241128
# via -r test-requirements.in
types-pyopenssl==24.1.0.20240722
# via -r test-requirements.in
types-setuptools==75.8.0.20250110
types-setuptools==75.8.0.20250210
# via types-cffi
typing-extensions==4.12.2
# via
Expand All @@ -186,9 +186,9 @@ typing-extensions==4.12.2
# pyright
urllib3==2.3.0
# via requests
uv==0.5.26
uv==0.5.30
# via -r test-requirements.in
virtualenv==20.29.1
virtualenv==20.29.2
# via pre-commit
zipp==3.21.0 ; python_full_version < '3.10'
# via importlib-metadata

0 comments on commit aa7f2df

Please sign in to comment.