Skip to content

Commit f587e18

Browse files
committed
Update requirements.
1 parent 168d6eb commit f587e18

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
args: [--fix, lf]
1414
- id: trailing-whitespace
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: "v0.11.13"
16+
rev: "v0.12.0"
1717
hooks:
1818
- id: ruff
1919
args: [--fix, --exit-non-zero-on-fix]

docs/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ babel==2.17.0
88
# via sphinx
99
beautifulsoup4==4.13.4
1010
# via furo
11-
certifi==2025.4.26
11+
certifi==2025.6.15
1212
# via requests
1313
charset-normalizer==3.4.2
1414
# via requests
@@ -32,7 +32,7 @@ pyenchant==3.3.0rc1
3232
# via
3333
# -r docs/requirements.in
3434
# sphinxcontrib-spelling
35-
pygments==2.19.1
35+
pygments==2.19.2
3636
# via
3737
# furo
3838
# pygments-github-lexers
@@ -41,13 +41,13 @@ pygments-github-lexers==0.0.5
4141
# via -r docs/requirements.in
4242
referencing @ file:.#egg=referencing
4343
# via -r docs/requirements.in
44-
requests==2.32.3
44+
requests==2.32.4
4545
# via
4646
# sphinx
4747
# sphinxcontrib-spelling
4848
roman-numerals-py==3.1.0
4949
# via sphinx
50-
rpds-py==0.25.0
50+
rpds-py==0.25.1
5151
# via referencing
5252
snowballstemmer==3.0.1
5353
# via sphinx
@@ -84,9 +84,9 @@ sphinxcontrib-spelling==8.0.1
8484
# via -r docs/requirements.in
8585
sphinxext-opengraph==0.10.0
8686
# via -r docs/requirements.in
87-
typing-extensions==4.13.2
87+
typing-extensions==4.14.0
8888
# via beautifulsoup4
8989
url-py==0.15.0
9090
# via -r docs/requirements.in
91-
urllib3==2.4.0
91+
urllib3==2.5.0
9292
# via requests

test-requirements.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ packaging==25.0
1010
# via pytest
1111
pluggy==1.6.0
1212
# via pytest
13-
pytest==8.3.5
13+
pygments==2.19.2
14+
# via pytest
15+
pytest==8.4.1
1416
# via
1517
# -r test-requirements.in
1618
# pytest-subtests
17-
pytest-subtests==0.14.1
19+
pytest-subtests==0.14.2
1820
# via -r test-requirements.in
1921
referencing @ file:.
2022
# via -r test-requirements.in
21-
rpds-py==0.25.0
23+
rpds-py==0.25.1
2224
# via referencing

0 commit comments

Comments
 (0)