Skip to content

Commit 3c75642

Browse files
committed
chore: bump toolchains to 20250723 release
1 parent 39703fa commit 3c75642

File tree

5 files changed

+98
-100
lines changed

5 files changed

+98
-100
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,20 @@ END_UNRELEASED_TEMPLATE
6060
* (gazelle) Types for exposed members of `python.ParserOutput` are now all public.
6161
* (gazelle) Removed the requirement for `__init__.py`, `__main__.py`, or `__test__.py` files to be
6262
present in a directory to generate a `BUILD.bazel` file.
63-
* (toolchain) Updated the following toolchains to build 20250708 to patch CVE-2025-47273:
63+
* (toolchain) Updated the following toolchains to build [20250723] to patch CVE-2025-47273:
6464
* 3.9.23
6565
* 3.10.18
6666
* 3.11.13
6767
* 3.12.11
68-
* 3.14.0b4
68+
* 3.14.0rc1
6969
* (toolchain) Python 3.13 now references 3.13.5
7070
* (gazelle) Switched back to smacker/go-tree-sitter, fixing
7171
[#2630](https://github.com/bazel-contrib/rules_python/issues/2630)
7272
* (ci) We are now testing on Ubuntu 22.04 for RBE and non-RBE configurations.
7373
* (core) #!/usr/bin/env bash is now used as a shebang in the stage1 bootstrap template.
7474

75+
[20250723]: https://github.com/astral-sh/python-build-standalone/releases/tag/20250723
76+
7577
{#v0-0-0-fixed}
7678
### Fixed
7779
* (pypi) Fixes an issue where builds using a `bazel vendor` vendor directory
@@ -118,7 +120,7 @@ END_UNRELEASED_TEMPLATE
118120
* 3.11.13
119121
* 3.12.11
120122
* 3.13.5
121-
* 3.14.0b4
123+
* 3.14.0rc1
122124
* (gazelle): New annotation `gazelle:include_pytest_conftest`. When not set (the
123125
default) or `true`, gazelle will inject any `conftest.py` file found in the same
124126
directory as a {obj}`py_test` target to that {obj}`py_test` target's `deps`.

0 commit comments

Comments
 (0)