feat: Update MINOR_MAPPING to latest version (#1370)
This PR bumps mappings to latest version.
Adding changes in a separate PR as discussed
[here](https://github.com/bazelbuild/rules_python/pull/1352#pullrequestreview-1565600824).
cc @chrislovecnm
diff --git a/WORKSPACE b/WORKSPACE
index a833de8..7438bb8 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -72,7 +72,7 @@
# Install twine for our own runfiles wheel publishing.
# Eventually we might want to install twine automatically for users too, see:
# https://github.com/bazelbuild/rules_python/issues/1016.
-load("@python//3.11.1:defs.bzl", "interpreter")
+load("@python//3.11.4:defs.bzl", "interpreter")
load("@rules_python//python:pip.bzl", "pip_parse")
pip_parse(
diff --git a/python/versions.bzl b/python/versions.bzl
index 8e28996..1ef3172 100644
--- a/python/versions.bzl
+++ b/python/versions.bzl
@@ -287,9 +287,9 @@
# buildifier: disable=unsorted-dict-items
MINOR_MAPPING = {
"3.8": "3.8.15",
- "3.9": "3.9.16",
- "3.10": "3.10.9",
- "3.11": "3.11.1",
+ "3.9": "3.9.17",
+ "3.10": "3.10.12",
+ "3.11": "3.11.4",
}
PLATFORMS = {