From 9c3f6bbe925efac5ea5c99e4d09a13b40479a809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:48:30 +0000 Subject: [PATCH] build(deps): bump setuptools from 75.1.0 to 75.2.0 in /shippy 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] --- shippy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippy/requirements.txt b/shippy/requirements.txt index fc82bc43..40768ab0 100644 --- a/shippy/requirements.txt +++ b/shippy/requirements.txt @@ -4,4 +4,4 @@ requests==2.32.3 rich==13.9.2 semver==3.0.2 sentry-sdk==2.16.0 -setuptools==75.1.0 \ No newline at end of file +setuptools==75.2.0 \ No newline at end of file