Skip to content

Commit 8db4c52

Browse files
committed
Bump minimuim pip to 23.1.2 for Python 3.12 compatibility
1 parent 106f1b5 commit 8db4c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies = [
6969
# limited to <=3.9 for the `group` argument for `entry_points()`
7070
"importlib_metadata >= 4.4; python_version <= '3.9'",
7171
"packaging >= 22.0",
72-
"pip >= 23.1.1",
72+
"pip >= 23.1.2",
7373
"setuptools >= 60",
7474
"wheel >= 0.37",
7575
"build >= 0.10",

0 commit comments

Comments
 (0)