diff --git a/docs/notes/2.23.x.md b/docs/notes/2.23.x.md index 530edb39f40..935be5f4a93 100644 --- a/docs/notes/2.23.x.md +++ b/docs/notes/2.23.x.md @@ -207,10 +207,6 @@ Lockfile generation now respects hermetic python selection. That means that lock A new `uv_requirements` macro has been added to allow importing [development dependencies specified in `pyproject.toml` files under the `[tool.uv]` section](https://docs.astral.sh/uv/concepts/dependencies/#development-dependencies). -#### S3 - -The `pants.backend.url_handlers.s3` backend now correctly passes along query parameters such as `versionId` for `s3://` urls. - #### Terraform Terraform supports caching providers. diff --git a/docs/notes/2.24.x.md b/docs/notes/2.24.x.md index 6ae83d0db52..d0586dce1cb 100644 --- a/docs/notes/2.24.x.md +++ b/docs/notes/2.24.x.md @@ -32,6 +32,9 @@ As a consequence of the lockfile generation, newer versions of many tools are no The versions of `setuptools` and `wheel` used in Pants have been upgraded to `74.1.2` and `0.44.0` to address a remote code execution vulnerability in versions before setuptools `70.0`. This forces the minimum Python version to 3.8, in line with the changes mentioned above. +#### S3 + +The `pants.backend.url_handlers.s3` backend now correctly passes along query parameters such as `versionId` for `s3://` urls. #### Shell