Skip to content

Commit 5abe768

Browse files
committed
[2.22] update setuptools to version 78.1.1 in RStudio Pipfiles
1 parent 4cdf1f2 commit 5abe768

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rstudio/c9s-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ verify_ssl = true
88
[packages]
99
# Base packages
1010
wheel = "~=0.45.1"
11-
setuptools = "~=75.8.2"
11+
setuptools = "~=78.1.1"
1212

1313
[requires]
1414
python_version = "3.11"

rstudio/rhel9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ verify_ssl = true
77

88
[packages]
99
# Base packages
10-
setuptools = "~=75.8.2"
10+
setuptools = "~=78.1.1"
1111
wheel = "~=0.45.1"
1212

1313
[requires]

0 commit comments

Comments
 (0)