From 504caab8dece64bb7ee8f1eea975f56be5b6f926 Mon Sep 17 00:00:00 2001 From: Namrata Bhave Date: Fri, 11 Aug 2023 03:56:52 +0530 Subject: [PATCH] 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 --- WORKSPACE | 2 +- python/versions.bzl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index a833de838..7438bb825 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -72,7 +72,7 @@ _py_gazelle_deps() # 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 8e289961d..1ef317258 100644 --- a/python/versions.bzl +++ b/python/versions.bzl @@ -287,9 +287,9 @@ TOOL_VERSIONS = { # 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 = {