From ce8fe0f11a18778c2450b9d68dd0506cdce8a89a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 18 Nov 2024 14:41:28 +0000
Subject: [PATCH] build(deps): bump setuptools from 75.1.0 to 75.5.0

Bumps [setuptools](https://github.com/pypa/setuptools) from 75.1.0 to 75.5.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.5.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 pyproject.toml   | 2 +-
 requirements.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index d933ada80..6376c640f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -122,7 +122,7 @@ dev = [
 ]
 build = [
     "pyinstaller==6.10.0",
-    "setuptools==75.1.0",
+    "setuptools==75.5.0",
     "build==1.2.1"
 ]
 
diff --git a/requirements.txt b/requirements.txt
index eb785eec2..57bae029e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -46,7 +46,7 @@ pytest-sugar==1.0.0
 python-flirt==0.8.10
 pyyaml==6.0.1
 rich==13.9.2
-setuptools==75.1.0
+setuptools==75.5.0
 six==1.16.0
 sortedcontainers==2.4.0
 spinners==0.0.24