From 13738b6c5098542bc4e59ad57dd110831352e54f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:06:03 +0000 Subject: [PATCH] build(deps): bump setuptools from 70.0.0 to 75.1.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 70.0.0 to 75.1.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/v70.0.0...v75.1.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... 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 b8398cfa2..608f73304 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ dev = [ ] build = [ "pyinstaller==6.8.0", - "setuptools==70.0.0", + "setuptools==75.1.0", "build==1.2.1" ] diff --git a/requirements.txt b/requirements.txt index 0c0fae387..ee77930ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ pytest-sugar==1.0.0 python-flirt==0.8.10 pyyaml==6.0.1 rich==13.7.1 -setuptools==70.0.0 +setuptools==75.1.0 six==1.16.0 sortedcontainers==2.4.0 spinners==0.0.24