From babdefad7ba1c58b460bca1ffdf79bf8e374bac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 18:58:37 +0000 Subject: [PATCH] build(deps): bump setuptools from 69.0.3 to 69.1.0 in /shippy Bumps [setuptools](https://github.com/pypa/setuptools) from 69.0.3 to 69.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/v69.0.3...v69.1.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 33891464..213276ea 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.40.3 -setuptools==69.0.3 \ No newline at end of file +setuptools==69.1.0 \ No newline at end of file