Skip to content

Commit 37451ed

Browse files
committed
chore: make upgrade doc_upgrade
1 parent bd23445 commit 37451ed

File tree

9 files changed

+26
-24
lines changed

9 files changed

+26
-24
lines changed

doc/requirements.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ urllib3==2.2.3
109109
# via requests
110110
uvicorn==0.32.1
111111
# via sphinx-autobuild
112-
watchfiles==0.24.0
112+
watchfiles==1.0.0
113113
# via sphinx-autobuild
114114
websockets==14.1
115115
# via sphinx-autobuild

requirements/dev.pip

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ flaky==3.8.1
4949
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
5050
greenlet==3.1.1
5151
# via -r requirements/dev.in
52-
hypothesis==6.119.4
52+
hypothesis==6.122.1
5353
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
5454
idna==3.10
5555
# via requests
@@ -84,7 +84,7 @@ more-itertools==10.5.0
8484
# via
8585
# jaraco-classes
8686
# jaraco-functools
87-
nh3==0.2.18
87+
nh3==0.2.19
8888
# via readme-renderer
8989
packaging==24.2
9090
# via
@@ -93,9 +93,10 @@ packaging==24.2
9393
# pyproject-api
9494
# pytest
9595
# tox
96+
# twine
9697
parso==0.8.4
9798
# via jedi
98-
pkginfo==1.10.0
99+
pkginfo==1.11.2
99100
# via twine
100101
platformdirs==4.3.6
101102
# via
@@ -114,13 +115,13 @@ pygments==2.18.0
114115
# pudb
115116
# readme-renderer
116117
# rich
117-
pylint==3.3.1
118+
pylint==3.3.2
118119
# via -r requirements/dev.in
119120
pyproject-api==1.8.0
120121
# via tox
121122
pyproject-hooks==1.2.0
122123
# via build
123-
pytest==8.3.3
124+
pytest==8.3.4
124125
# via
125126
# -r /Users/ned/coverage/trunk/requirements/pytest.in
126127
# pytest-xdist
@@ -145,7 +146,7 @@ sortedcontainers==2.4.0
145146
# via hypothesis
146147
tabulate==0.9.0
147148
# via -r requirements/dev.in
148-
tomli==2.1.0
149+
tomli==2.2.1
149150
# via
150151
# build
151152
# check-manifest
@@ -161,7 +162,7 @@ tox==4.23.2
161162
# tox-gh
162163
tox-gh==1.4.4
163164
# via -r /Users/ned/coverage/trunk/requirements/tox.in
164-
twine==5.1.1
165+
twine==6.0.1
165166
# via -r requirements/dev.in
166167
typing-extensions==4.12.2
167168
# via
@@ -180,7 +181,7 @@ urwid==2.6.16
180181
# urwid-readline
181182
urwid-readline==0.15.1
182183
# via pudb
183-
virtualenv==20.27.1
184+
virtualenv==20.28.0
184185
# via
185186
# -r /Users/ned/coverage/trunk/requirements/pip.in
186187
# tox

requirements/kit.pip

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,16 @@ more-itertools==10.5.0
5353
# via
5454
# jaraco-classes
5555
# jaraco-functools
56-
nh3==0.2.18
56+
nh3==0.2.19
5757
# via readme-renderer
5858
packaging==24.2
5959
# via
6060
# auditwheel
6161
# build
6262
# cibuildwheel
6363
# dependency-groups
64-
pkginfo==1.10.0
64+
# twine
65+
pkginfo==1.11.2
6566
# via twine
6667
platformdirs==4.3.6
6768
# via cibuildwheel
@@ -85,12 +86,12 @@ rfc3986==2.0.0
8586
# via twine
8687
rich==13.9.4
8788
# via twine
88-
tomli==2.1.0
89+
tomli==2.2.1
8990
# via
9091
# build
9192
# cibuildwheel
9293
# dependency-groups
93-
twine==5.1.1
94+
twine==6.0.1
9495
# via -r requirements/kit.in
9596
typing-extensions==4.12.2
9697
# via

requirements/light-threads.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pycparser==2.22
2121
# via cffi
2222
zope-event==5.0
2323
# via gevent
24-
zope-interface==7.1.1
24+
zope-interface==7.2
2525
# via gevent
2626

2727
# The following packages are considered to be unsafe in a requirements file:

requirements/mypy.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ execnet==2.1.1
1616
# via pytest-xdist
1717
flaky==3.8.1
1818
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
19-
hypothesis==6.119.4
19+
hypothesis==6.122.1
2020
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest
@@ -30,15 +30,15 @@ pluggy==1.5.0
3030
# via pytest
3131
pygments==2.18.0
3232
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
33-
pytest==8.3.3
33+
pytest==8.3.4
3434
# via
3535
# -r /Users/ned/coverage/trunk/requirements/pytest.in
3636
# pytest-xdist
3737
pytest-xdist==3.6.1
3838
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
3939
sortedcontainers==2.4.0
4040
# via hypothesis
41-
tomli==2.1.0
41+
tomli==2.2.1
4242
# via
4343
# mypy
4444
# pytest

requirements/pip-tools.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pyproject-hooks==1.2.0
1818
# via
1919
# build
2020
# pip-tools
21-
tomli==2.1.0
21+
tomli==2.2.1
2222
# via
2323
# build
2424
# pip-tools

requirements/pip.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ filelock==3.16.1
1010
# via virtualenv
1111
platformdirs==4.3.6
1212
# via virtualenv
13-
virtualenv==20.27.1
13+
virtualenv==20.28.0
1414
# via -r requirements/pip.in
1515

1616
# The following packages are considered to be unsafe in a requirements file:

requirements/pytest.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ execnet==2.1.1
1616
# via pytest-xdist
1717
flaky==3.8.1
1818
# via -r requirements/pytest.in
19-
hypothesis==6.119.4
19+
hypothesis==6.122.1
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest
@@ -26,13 +26,13 @@ pluggy==1.5.0
2626
# via pytest
2727
pygments==2.18.0
2828
# via -r requirements/pytest.in
29-
pytest==8.3.3
29+
pytest==8.3.4
3030
# via
3131
# -r requirements/pytest.in
3232
# pytest-xdist
3333
pytest-xdist==3.6.1
3434
# via -r requirements/pytest.in
3535
sortedcontainers==2.4.0
3636
# via hypothesis
37-
tomli==2.1.0
37+
tomli==2.2.1
3838
# via pytest

requirements/tox.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pluggy==1.5.0
3030
# via tox
3131
pyproject-api==1.8.0
3232
# via tox
33-
tomli==2.1.0
33+
tomli==2.2.1
3434
# via
3535
# pyproject-api
3636
# tox
@@ -42,5 +42,5 @@ tox-gh==1.4.4
4242
# via -r requirements/tox.in
4343
typing-extensions==4.12.2
4444
# via tox
45-
virtualenv==20.27.1
45+
virtualenv==20.28.0
4646
# via tox

0 commit comments

Comments
 (0)