Skip to content

Commit 504caab

Browse files
authored
feat: Update MINOR_MAPPING to latest version (#1370)
This PR bumps mappings to latest version. Adding changes in a separate PR as discussed [here](#1352 (review)). cc @chrislovecnm
1 parent 99695ee commit 504caab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ _py_gazelle_deps()
7272
# Install twine for our own runfiles wheel publishing.
7373
# Eventually we might want to install twine automatically for users too, see:
7474
# https://github.com/bazelbuild/rules_python/issues/1016.
75-
load("@python//3.11.1:defs.bzl", "interpreter")
75+
load("@python//3.11.4:defs.bzl", "interpreter")
7676
load("@rules_python//python:pip.bzl", "pip_parse")
7777

7878
pip_parse(

python/versions.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,9 @@ TOOL_VERSIONS = {
287287
# buildifier: disable=unsorted-dict-items
288288
MINOR_MAPPING = {
289289
"3.8": "3.8.15",
290-
"3.9": "3.9.16",
291-
"3.10": "3.10.9",
292-
"3.11": "3.11.1",
290+
"3.9": "3.9.17",
291+
"3.10": "3.10.12",
292+
"3.11": "3.11.4",
293293
}
294294

295295
PLATFORMS = {

0 commit comments

Comments
 (0)