From 0f74e9a5be47da184f5769dac73a4f3ac8f513d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 08:55:46 +0000 Subject: [PATCH] Bump setuptools from 78.1.1 to 80.9.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 78.1.1 to 80.9.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v78.1.1...v80.9.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.9.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a0fa3656..bca3c4c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ classifiers = [] urls = { "Documentation" = "https://ion-python.readthedocs.io/en/latest/?badge=latest" } dependencies = [ "attrs==21.2.0", - "setuptools==78.1.1", # Needed for jsonconversion, it seems + "setuptools==80.9.0", # Needed for jsonconversion, it seems "jsonconversion==0.2.13", # 1.0.1 tightens the requirements for pytest, and 1.0.0 is broken. "pyparsing==3.2.5", ]