File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ _py_gazelle_deps()
72
72
# Install twine for our own runfiles wheel publishing.
73
73
# Eventually we might want to install twine automatically for users too, see:
74
74
# 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" )
76
76
load ("@rules_python//python:pip.bzl" , "pip_parse" )
77
77
78
78
pip_parse (
Original file line number Diff line number Diff line change @@ -287,9 +287,9 @@ TOOL_VERSIONS = {
287
287
# buildifier: disable=unsorted-dict-items
288
288
MINOR_MAPPING = {
289
289
"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 " ,
293
293
}
294
294
295
295
PLATFORMS = {
You can’t perform that action at this time.
0 commit comments