Skip to content

Commit 2b670fe

Browse files
committed
fix(review): address PR feedback
1 parent c0febe7 commit 2b670fe

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

rstudio/rhel9-python-3.11/Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ verify_ssl = true
77

88
[packages]
99
# Base packages
10-
wheel = "~=0.44.0"
11-
setuptools = "~=74.1.2"
10+
setuptools = "~=75.8.2"
11+
wheel = "~=0.45.1"
1212

1313
[requires]
1414
python_version = "3.11"

rstudio/rhel9-python-3.11/Pipfile.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rstudio/rhel9-python-3.11/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# Default dependencies
66
#
7-
setuptools==74.1.3; python_version >= '3.8' \
8-
--hash=sha256:1cfd66bfcf197bce344da024c8f5b35acc4dcb7ca5202246a75296b4883f6851 \
9-
--hash=sha256:fbb126f14b0b9ffa54c4574a50ae60673bbe8ae0b1645889d10b3b14f5891d28
10-
wheel==0.44.0; python_version >= '3.8' \
11-
--hash=sha256:2376a90c98cc337d18623527a97c31797bd02bad0033d41547043a1cbfbe448f \
12-
--hash=sha256:a29c3f2817e95ab89aa4660681ad547c0e9547f20e75b0562fe7723c9a2a9d49
7+
setuptools==75.8.2; python_version >= '3.9' \
8+
--hash=sha256:4880473a969e5f23f2a2be3646b2dfd84af9028716d398e46192f84bc36900d2 \
9+
--hash=sha256:558e47c15f1811c1fa7adbd0096669bf76c1d3f433f58324df69f3f5ecac4e8f
10+
wheel==0.45.1; python_version >= '3.8' \
11+
--hash=sha256:661e1abd9198507b1409a20c02106d9670b2576e916d58f520316666abca6729 \
12+
--hash=sha256:708e7481cc80179af0e556bbf0cc00b8444c7321e2700b8d8580231d13017248

0 commit comments

Comments
 (0)