File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ mans: $(man_sources) api-files.txt mes-files.txt
214
214
# pip install pip-tools
215
215
# Run this when dependencies are added, changed or removed.
216
216
update-python-dependencies : ./src/requirements.in
217
- rm ./src/requirements.txt
217
+ rm -f ./src/requirements.txt
218
218
pip-compile -r ./src/requirements.in
219
219
220
220
clean-local :
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.10
2
+ # This file is autogenerated by pip-compile with Python 3.11
3
3
# by the following command:
4
4
#
5
5
# pip-compile ./src/requirements.in
6
6
#
7
7
alabaster == 0.7.16
8
8
# via sphinx
9
- babel == 2.14 .0
9
+ babel == 2.15 .0
10
10
# via sphinx
11
11
certifi == 2024.2.2
12
12
# via requests
@@ -16,23 +16,23 @@ docutils==0.20.1
16
16
# via
17
17
# sphinx
18
18
# sphinx-rtd-theme
19
- idna == 3.6
19
+ idna == 3.7
20
20
# via requests
21
21
imagesize == 1.4.1
22
22
# via sphinx
23
- jinja2 == 3.1.3
23
+ jinja2 == 3.1.4
24
24
# via sphinx
25
25
markupsafe == 2.1.5
26
26
# via jinja2
27
27
packaging == 24.0
28
28
# via sphinx
29
- pygments == 2.17.2
29
+ pygments == 2.18.0
30
30
# via sphinx
31
- requests == 2.31.0
31
+ requests == 2.32.2
32
32
# via sphinx
33
33
snowballstemmer == 2.2.0
34
34
# via sphinx
35
- sphinx == 7.2.6
35
+ sphinx == 7.3.7
36
36
# via
37
37
# -r ./src/requirements.in
38
38
# sphinx-rtd-theme
You can’t perform that action at this time.
0 commit comments