Skip to content

Commit befe650

Browse files
Dependency updates (#3376)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fc8c199 commit befe650

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838
# tomli needed on 3.10. tomllib is available in stdlib on 3.11+
3939
- tomli
4040
- repo: https://github.com/adhtruong/mirrors-typos
41-
rev: v1.40.1
41+
rev: v1.41.0
4242
hooks:
4343
- id: typos
4444
- repo: https://github.com/sphinx-contrib/sphinx-lint

docs-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ babel==2.17.0
1010
# via sphinx
1111
beautifulsoup4==4.14.3
1212
# via sphinx-codeautolink
13-
certifi==2025.11.12
13+
certifi==2026.1.4
1414
# via requests
1515
cffi==2.0.0 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
1616
# via

test-requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ alabaster==1.0.0
44
# via sphinx
55
astor==0.8.1
66
# via -r test-requirements.in
7-
astroid==4.0.2
7+
astroid==4.0.3
88
# via pylint
99
async-generator==1.10
1010
# via -r test-requirements.in
@@ -16,7 +16,7 @@ babel==2.17.0
1616
# via sphinx
1717
black==25.12.0 ; implementation_name == 'cpython'
1818
# via -r test-requirements.in
19-
certifi==2025.11.12
19+
certifi==2026.1.4
2020
# via requests
2121
cffi==2.0.0 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
2222
# via
@@ -56,7 +56,7 @@ exceptiongroup==1.3.1 ; python_full_version < '3.11'
5656
# via
5757
# -r test-requirements.in
5858
# pytest
59-
filelock==3.20.1
59+
filelock==3.20.2
6060
# via virtualenv
6161
identify==2.6.15
6262
# via pre-commit
@@ -75,7 +75,7 @@ jedi==0.19.2 ; implementation_name == 'cpython'
7575
# via -r test-requirements.in
7676
jinja2==3.1.6
7777
# via sphinx
78-
librt==0.7.5 ; implementation_name == 'cpython' and platform_python_implementation != 'PyPy'
78+
librt==0.7.7 ; implementation_name == 'cpython' and platform_python_implementation != 'PyPy'
7979
# via mypy
8080
markupsafe==3.0.3
8181
# via jinja2

0 commit comments

Comments
 (0)