File tree 5 files changed +28
-20
lines changed
5 files changed +28
-20
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.12
2
+ # This file is autogenerated by pip-compile with Python 3.13
3
3
# by the following command:
4
4
#
5
5
# pip-compile build.in
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.12
2
+ # This file is autogenerated by pip-compile with Python 3.13
3
3
# by the following command:
4
4
#
5
5
# pip-compile dev.in
@@ -22,13 +22,13 @@ cfgv==3.4.0
22
22
# via pre-commit
23
23
chardet==5.2.0
24
24
# via tox
25
- charset-normalizer==3.3.2
25
+ charset-normalizer==3.4.0
26
26
# via
27
27
# -r docs.txt
28
28
# requests
29
29
colorama==0.4.6
30
30
# via tox
31
- distlib==0.3.8
31
+ distlib==0.3.9
32
32
# via virtualenv
33
33
docutils==0.21.2
34
34
# via
@@ -57,11 +57,11 @@ jinja2==3.1.4
57
57
# via
58
58
# -r docs.txt
59
59
# sphinx
60
- markupsafe==2.1.5
60
+ markupsafe==3.0.1
61
61
# via
62
62
# -r docs.txt
63
63
# jinja2
64
- mypy==1.11.2
64
+ mypy==1.12.0
65
65
# via -r typing.txt
66
66
mypy-extensions==1.0.0
67
67
# via
@@ -82,7 +82,7 @@ packaging==24.1
82
82
# pytest
83
83
# sphinx
84
84
# tox
85
- pallets-sphinx-themes==2.1.3
85
+ pallets-sphinx-themes==2.2.0
86
86
# via -r docs.txt
87
87
platformdirs==4.3.6
88
88
# via
@@ -94,15 +94,15 @@ pluggy==1.5.0
94
94
# -r typing.txt
95
95
# pytest
96
96
# tox
97
- pre-commit==4.0.0
97
+ pre-commit==4.0.1
98
98
# via -r dev.in
99
99
pygments==2.18.0
100
100
# via
101
101
# -r docs.txt
102
102
# sphinx
103
103
pyproject-api==1.8.0
104
104
# via tox
105
- pyright==1.1.383
105
+ pyright==1.1.385
106
106
# via -r typing.txt
107
107
pytest==8.3.3
108
108
# via
@@ -118,11 +118,16 @@ snowballstemmer==2.2.0
118
118
# via
119
119
# -r docs.txt
120
120
# sphinx
121
- sphinx==8.0.2
121
+ sphinx==8.1.3
122
122
# via
123
123
# -r docs.txt
124
124
# pallets-sphinx-themes
125
+ # sphinx-notfound-page
125
126
# sphinxcontrib-log-cabinet
127
+ sphinx-notfound-page==1.0.4
128
+ # via
129
+ # -r docs.txt
130
+ # pallets-sphinx-themes
126
131
sphinxcontrib-applehelp==2.0.0
127
132
# via
128
133
# -r docs.txt
@@ -149,7 +154,7 @@ sphinxcontrib-serializinghtml==2.0.0
149
154
# via
150
155
# -r docs.txt
151
156
# sphinx
152
- tox==4.21.2
157
+ tox==4.22.0
153
158
# via -r dev.in
154
159
typing-extensions==4.12.2
155
160
# via
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.12
2
+ # This file is autogenerated by pip-compile with Python 3.13
3
3
# by the following command:
4
4
#
5
5
# pip-compile docs.in
@@ -10,7 +10,7 @@ babel==2.16.0
10
10
# via sphinx
11
11
certifi==2024.8.30
12
12
# via requests
13
- charset-normalizer==3.3.2
13
+ charset-normalizer==3.4.0
14
14
# via requests
15
15
docutils==0.21.2
16
16
# via sphinx
@@ -20,25 +20,28 @@ imagesize==1.4.1
20
20
# via sphinx
21
21
jinja2==3.1.4
22
22
# via sphinx
23
- markupsafe==2.1.5
23
+ markupsafe==3.0.1
24
24
# via jinja2
25
25
packaging==24.1
26
26
# via
27
27
# pallets-sphinx-themes
28
28
# sphinx
29
- pallets-sphinx-themes==2.1.3
29
+ pallets-sphinx-themes==2.2.0
30
30
# via -r docs.in
31
31
pygments==2.18.0
32
32
# via sphinx
33
33
requests==2.32.3
34
34
# via sphinx
35
35
snowballstemmer==2.2.0
36
36
# via sphinx
37
- sphinx==8.0.2
37
+ sphinx==8.1.3
38
38
# via
39
39
# -r docs.in
40
40
# pallets-sphinx-themes
41
+ # sphinx-notfound-page
41
42
# sphinxcontrib-log-cabinet
43
+ sphinx-notfound-page==1.0.4
44
+ # via pallets-sphinx-themes
42
45
sphinxcontrib-applehelp==2.0.0
43
46
# via sphinx
44
47
sphinxcontrib-devhelp==2.0.0
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.12
2
+ # This file is autogenerated by pip-compile with Python 3.13
3
3
# by the following command:
4
4
#
5
5
# pip-compile tests.in
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.12
2
+ # This file is autogenerated by pip-compile with Python 3.13
3
3
# by the following command:
4
4
#
5
5
# pip-compile typing.in
6
6
#
7
7
iniconfig==2.0.0
8
8
# via pytest
9
- mypy==1.11.2
9
+ mypy==1.12.0
10
10
# via -r typing.in
11
11
mypy-extensions==1.0.0
12
12
# via mypy
@@ -16,7 +16,7 @@ packaging==24.1
16
16
# via pytest
17
17
pluggy==1.5.0
18
18
# via pytest
19
- pyright==1.1.383
19
+ pyright==1.1.385
20
20
# via -r typing.in
21
21
pytest==8.3.3
22
22
# via -r typing.in
You can’t perform that action at this time.
0 commit comments