Skip to content

Commit

Permalink
fix release notes version for #21392 (#21408)
Browse files Browse the repository at this point in the history
  • Loading branch information
cburroughs authored Sep 13, 2024
1 parent aff4bb2 commit 2a73633
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/notes/2.23.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions docs/notes/2.24.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2a73633

Please sign in to comment.