Skip to content

Commit e1dad8a

Browse files
authored
Merge pull request #332 from webknjaz/maintenance/runtime-pip-bump
2 parents 5de0150 + 8d4bfa7 commit e1dad8a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

requirements/runtime-prerequisites.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pip-with-requires-python
1+
pip
+3-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile --allow-unsafe --config=../.pip-tools.toml --output-file=runtime-prerequisites.txt --strip-extras runtime-prerequisites.in
66
#
7-
pip-with-requires-python==1.0.1
8-
# via -r runtime-prerequisites.in
97

108
# The following packages are considered to be unsafe in a requirements file:
11-
pip==24.0
12-
# via pip-with-requires-python
9+
pip==24.3.1
10+
# via -r runtime-prerequisites.in

0 commit comments

Comments
 (0)