Skip to content

Commit a07588c

Browse files
committed
Bump setuptools to 80.10.2
1 parent 078c484 commit a07588c

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Changelog
55
Unreleased
66
----------
77

8+
* Bumped ``setuptools`` to 80.10.2 to fix CVE-2026-24049.
9+
810
2.57.0 (2026-01-28)
911
-------------------
1012

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG SETUPTOOLS_VERSION=80.10.1
1+
ARG SETUPTOOLS_VERSION=80.10.2
22

33
# Build container
44
FROM python:3.12-slim AS build

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ target-version = ['py313']
33
line-length = 88
44

55
[build-system]
6-
requires = ["setuptools>=80.10.1", "wheel", "setuptools_scm>=8.1.0"]
6+
requires = ["setuptools>=80.10.2", "wheel", "setuptools_scm>=8.1.0"]
77

88
[tool.setuptools_scm]
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def read(path: str) -> str:
4747
packages=find_namespace_packages(include=["crate.*"]),
4848
include_package_data=True,
4949
package_data={"crate.operator": ["data/*"]},
50-
setup_requires=["setuptools>=80.10.1", "setuptools_scm>=8.1.0"],
50+
setup_requires=["setuptools>=80.10.2", "setuptools_scm>=8.1.0"],
5151
install_requires=[
5252
"aiopg==1.4.0",
5353
"bitmath==1.3.3.1",

0 commit comments

Comments
 (0)