From b5c91d4e453338b8702dc4e6268490bd419670cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 18:48:58 +0000 Subject: [PATCH] build(deps): bump setuptools from 73.0.1 to 74.0.0 in /shippy Bumps [setuptools](https://github.com/pypa/setuptools) from 73.0.1 to 74.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/v73.0.1...v74.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... 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 60f1bb48..71857c9c 100644 --- a/shippy/requirements.txt +++ b/shippy/requirements.txt @@ -4,4 +4,4 @@ requests==2.32.3 rich==13.8.0 semver==3.0.2 sentry-sdk==2.13.0 -setuptools==73.0.1 \ No newline at end of file +setuptools==74.0.0 \ No newline at end of file