From 6015aa56a071326393769a97eb22bf8d721b6162 Mon Sep 17 00:00:00 2001 From: namrata-ibm Date: Wed, 9 Aug 2023 03:28:17 -0700 Subject: [PATCH] update minor_mapping to latest version --- 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 = {