From aef5b8af1e1a67174c23fe026b2767a5f341873b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 14:49:33 +0000 Subject: [PATCH] Bump twine from 3.4.1 to 4.0.2 Bumps [twine](https://github.com/pypa/twine) from 3.4.1 to 4.0.2. - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/3.4.1...4.0.2) --- updated-dependencies: - dependency-name: twine dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8e545e75..f2decb8d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -twine==3.4.1 +twine==4.0.2 Django==3.2.23 django-jinja==2.10.2 unittest2==1.1.0