Skip to content

Commit 0f5d48f

Browse files
committed
chore: bump toolchains to 20250723 release
1 parent f02c9c7 commit 0f5d48f

File tree

3 files changed

+90
-88
lines changed

3 files changed

+90
-88
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
@@ -108,7 +110,7 @@ END_UNRELEASED_TEMPLATE
108110
* 3.11.13
109111
* 3.12.11
110112
* 3.13.5
111-
* 3.14.0b4
113+
* 3.14.0rc1
112114
* (gazelle): New annotation `gazelle:include_pytest_conftest`. When not set (the
113115
default) or `true`, gazelle will inject any `conftest.py` file found in the same
114116
directory as a {obj}`py_test` target to that {obj}`py_test` target's `deps`.

0 commit comments

Comments
 (0)