Skip to content

Commit 6c2fb87

Browse files
committed
chore: make upgrade
1 parent a22436c commit 6c2fb87

File tree

8 files changed

+25
-20
lines changed

8 files changed

+25
-20
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-case-conflict
66
- id: check-illegal-windows-names

doc/requirements.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ babel==2.17.0
1212
# via sphinx
1313
certifi==2025.8.3
1414
# via requests
15-
charset-normalizer==3.4.2
15+
charset-normalizer==3.4.3
1616
# via requests
1717
click==8.2.1
1818
# via
@@ -45,15 +45,15 @@ jinja2==3.1.6
4545
# via
4646
# scriv
4747
# sphinx
48-
markdown-it-py==3.0.0
48+
markdown-it-py==4.0.0
4949
# via scriv
5050
markupsafe==3.0.2
5151
# via jinja2
5252
mdurl==0.1.2
5353
# via markdown-it-py
5454
packaging==25.0
5555
# via sphinx
56-
pbr==6.1.1
56+
pbr==7.0.0
5757
# via stevedore
5858
polib==1.2.0
5959
# via sphinx-lint

requirements/dev.pip

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ certifi==2025.8.3
1616
# via requests
1717
chardet==5.2.0
1818
# via tox
19-
charset-normalizer==3.4.2
19+
charset-normalizer==3.4.3
2020
# via requests
2121
check-manifest==0.50
2222
# via -r requirements/dev.in
@@ -45,15 +45,15 @@ exceptiongroup==1.3.0
4545
# pytest
4646
execnet==2.1.1
4747
# via pytest-xdist
48-
filelock==3.18.0
48+
filelock==3.19.1
4949
# via
5050
# tox
5151
# virtualenv
5252
flaky==3.8.1
5353
# via -r requirements/pytest.in
5454
greenlet==3.2.4
5555
# via -r requirements/dev.in
56-
hypothesis==6.137.1
56+
hypothesis==6.138.1
5757
# via -r requirements/pytest.in
5858
id==1.5.0
5959
# via twine
@@ -128,7 +128,7 @@ pygments==2.19.2
128128
# pytest
129129
# readme-renderer
130130
# rich
131-
pylint==3.3.7
131+
pylint==3.3.8
132132
# via -r requirements/dev.in
133133
pyproject-api==1.9.1
134134
# via tox
@@ -191,6 +191,7 @@ typing-extensions==4.14.1
191191
# exceptiongroup
192192
# pylint
193193
# tox
194+
# virtualenv
194195
urllib3==2.5.0
195196
# via
196197
# requests
@@ -201,7 +202,7 @@ urwid==3.0.2
201202
# urwid-readline
202203
urwid-readline==0.15.1
203204
# via pudb
204-
virtualenv==20.33.1
205+
virtualenv==20.34.0
205206
# via
206207
# -r requirements/pip.in
207208
# tox

requirements/kit.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ certifi==2025.8.3
1616
# via
1717
# cibuildwheel
1818
# requests
19-
charset-normalizer==3.4.2
19+
charset-normalizer==3.4.3
2020
# via requests
2121
cibuildwheel==3.1.3
2222
# via -r requirements/kit.in
@@ -26,7 +26,7 @@ dependency-groups==1.3.1
2626
# via cibuildwheel
2727
docutils==0.22
2828
# via readme-renderer
29-
filelock==3.18.0
29+
filelock==3.19.1
3030
# via cibuildwheel
3131
humanize==4.12.3
3232
# via cibuildwheel
@@ -44,7 +44,7 @@ jaraco-functools==4.2.1
4444
# via keyring
4545
keyring==25.6.0
4646
# via twine
47-
markdown-it-py==3.0.0
47+
markdown-it-py==4.0.0
4848
# via rich
4949
mdurl==0.1.2
5050
# via markdown-it-py

requirements/mypy.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ execnet==2.1.1
1212
# via pytest-xdist
1313
flaky==3.8.1
1414
# via -r requirements/pytest.in
15-
hypothesis==6.137.1
15+
hypothesis==6.138.1
1616
# via -r requirements/pytest.in
1717
iniconfig==2.1.0
1818
# via pytest
@@ -42,7 +42,7 @@ tomli==2.2.1
4242
# via
4343
# mypy
4444
# pytest
45-
types-requests==2.32.4.20250611
45+
types-requests==2.32.4.20250809
4646
# via -r requirements/mypy.in
4747
types-tabulate==0.9.0.20241207
4848
# via -r requirements/mypy.in

requirements/pip.pip

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
# make upgrade
33
distlib==0.4.0
44
# via virtualenv
5-
filelock==3.18.0
5+
filelock==3.19.1
66
# via virtualenv
77
pip==25.2
88
# via -r requirements/pip.in
99
platformdirs==4.3.8
1010
# via virtualenv
1111
setuptools==80.9.0
1212
# via -r requirements/pip.in
13-
virtualenv==20.33.1
13+
typing-extensions==4.14.1
14+
# via virtualenv
15+
virtualenv==20.34.0
1416
# via -r requirements/pip.in

requirements/pytest.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ execnet==2.1.1
1212
# via pytest-xdist
1313
flaky==3.8.1
1414
# via -r requirements/pytest.in
15-
hypothesis==6.137.1
15+
hypothesis==6.138.1
1616
# via -r requirements/pytest.in
1717
iniconfig==2.1.0
1818
# via pytest

requirements/tox.pip

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ colorama==0.4.6
1010
# tox
1111
distlib==0.4.0
1212
# via virtualenv
13-
filelock==3.18.0
13+
filelock==3.19.1
1414
# via
1515
# tox
1616
# virtualenv
@@ -37,6 +37,8 @@ tox==4.28.4
3737
tox-gh==1.5.0
3838
# via -r requirements/tox.in
3939
typing-extensions==4.14.1
40-
# via tox
41-
virtualenv==20.33.1
40+
# via
41+
# tox
42+
# virtualenv
43+
virtualenv==20.34.0
4244
# via tox

0 commit comments

Comments
 (0)