From ab647f2d4d3f767e55a449d41b8e65419151fecf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 18:39:02 +0000 Subject: [PATCH] build(deps): bump setuptools from 68.2.2 to 69.0.0 in /shippy Bumps [setuptools](https://github.com/pypa/setuptools) from 68.2.2 to 69.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/v68.2.2...v69.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 2e51c6ef..176e7c15 100644 --- a/shippy/requirements.txt +++ b/shippy/requirements.txt @@ -4,4 +4,4 @@ requests==2.31.0 rich==13.7.0 semver==3.0.2 sentry-sdk==1.35.0 -setuptools==68.2.2 \ No newline at end of file +setuptools==69.0.0 \ No newline at end of file