Skip to content

Commit 207f818

Browse files
committed
chore: make upgrade
1 parent 31f91f8 commit 207f818

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- id: rst-inline-touching-normal
2828

2929
- repo: https://github.com/sphinx-contrib/sphinx-lint
30-
rev: v1.0.0
30+
rev: v1.0.1
3131
hooks:
3232
- id: sphinx-lint
3333

doc/requirements.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ sphinx-autobuild==2025.8.25
9797
# via -r doc/requirements.in
9898
sphinx-code-tabs==0.5.5
9999
# via -r doc/requirements.in
100-
sphinx-lint==1.0.0
100+
sphinx-lint==1.0.1
101101
# via -r doc/requirements.in
102102
sphinx-rtd-theme==3.0.2
103103
# via -r doc/requirements.in
@@ -121,7 +121,7 @@ sphinxcontrib-spelling==8.0.1
121121
# via -r doc/requirements.in
122122
sphinxext-rediraffe==0.3.0
123123
# via -r doc/requirements.in
124-
starlette==0.48.0
124+
starlette==0.49.1
125125
# via sphinx-autobuild
126126
stevedore==5.5.0
127127
# via doc8

requirements/dev.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ urwid==3.0.3
220220
# urwid-readline
221221
urwid-readline==0.15.1
222222
# via pudb
223-
virtualenv==20.35.3
223+
virtualenv==20.35.4
224224
# via
225225
# -r requirements/pip.in
226226
# tox

requirements/pip.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ setuptools==80.9.0
1212
# via -r requirements/pip.in
1313
typing-extensions==4.15.0 ; python_full_version < '3.11'
1414
# via virtualenv
15-
virtualenv==20.35.3
15+
virtualenv==20.35.4
1616
# via -r requirements/pip.in

requirements/tox.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ typing-extensions==4.15.0 ; python_full_version < '3.11'
4040
# via
4141
# tox
4242
# virtualenv
43-
virtualenv==20.35.3
43+
virtualenv==20.35.4
4444
# via tox

0 commit comments

Comments
 (0)