From 9a6b2918231a05c04e1ac521806250083357c2b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:00:07 +0000 Subject: [PATCH] build(deps): bump setuptools from 75.1.0 to 75.2.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 75.1.0 to 75.2.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/v75.1.0...v75.2.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3416c3a9b..72f92946f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -153,7 +153,7 @@ build = [ # These dependencies are not used in production environments # and should not conflict with other libraries/tooling. "pyinstaller==6.10.0", - "setuptools==75.1.0", + "setuptools==75.2.0", "build==1.2.2" ] scripts = [ diff --git a/requirements.txt b/requirements.txt index 7d7f10cca..9e3db1eb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ pyyaml==6.0.2 rich==13.9.2 ruamel-yaml==0.18.6 ruamel-yaml-clib==0.2.8 -setuptools==75.1.0 +setuptools==75.2.0 six==1.16.0 sortedcontainers==2.4.0 viv-utils==0.7.11