From f1d1749db4dab940d1cf831515fb82bfa290a815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 05:42:51 +0000 Subject: [PATCH] build(deps-dev): bump setuptools from 81.0.0 to 83.0.0 in /pyagentspec Bumps [setuptools](https://github.com/pypa/setuptools) from 81.0.0 to 83.0.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/v81.0.0...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyagentspec/pyproject.toml | 2 +- pyagentspec/requirements-dev-common.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyagentspec/pyproject.toml b/pyagentspec/pyproject.toml index 63e9d7f15..d1024da03 100644 --- a/pyagentspec/pyproject.toml +++ b/pyagentspec/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ # lower bound 78.1.1 to address CVE-2025-47273 - "setuptools>=78.1.1,<82.0.0", + "setuptools>=83.0.0,<84.0.0", "wheel", # setuptools-scm lets us include all necessary files (e.g. .pyx files) in the source # distribution (sdist) without needing a MANIFEST.in file. diff --git a/pyagentspec/requirements-dev-common.txt b/pyagentspec/requirements-dev-common.txt index 419145feb..3d8efdebf 100644 --- a/pyagentspec/requirements-dev-common.txt +++ b/pyagentspec/requirements-dev-common.txt @@ -13,7 +13,7 @@ flake8-copyright==0.2.4 pyflakes==2.5.0 pytest==9.0.3 pytest-asyncio==1.3.0 -setuptools==81.0.0 +setuptools==83.0.0 # stubs for mypy types-PyYAML