From bc0cd61482ed90db21d39042f57c6d4d8c33d177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 19:13:40 +0000 Subject: [PATCH 1/2] chore(deps-dev): Update twine requirement Updates the requirements on [twine](https://github.com/pypa/twine) to permit the latest version. - [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.8.0...4.0.0) --- updated-dependencies: - dependency-name: twine dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/jsii-pacmak/lib/targets/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jsii-pacmak/lib/targets/python/requirements-dev.txt b/packages/jsii-pacmak/lib/targets/python/requirements-dev.txt index 530b8a4098..aa603dc093 100644 --- a/packages/jsii-pacmak/lib/targets/python/requirements-dev.txt +++ b/packages/jsii-pacmak/lib/targets/python/requirements-dev.txt @@ -6,4 +6,4 @@ setuptools~=59.6.0 # build-system wheel~=0.37.1 # build-system -twine~=3.8.0 +twine~=4.0.0 From 10c827b35f195b5bf71d33cd2bf65162d9b355ef Mon Sep 17 00:00:00 2001 From: Romain Marcadier Date: Tue, 5 Apr 2022 13:21:48 +0200 Subject: [PATCH 2/2] Update requirements-dev.txt --- packages/jsii-pacmak/lib/targets/python/requirements-dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/jsii-pacmak/lib/targets/python/requirements-dev.txt b/packages/jsii-pacmak/lib/targets/python/requirements-dev.txt index aa603dc093..23614b89c5 100644 --- a/packages/jsii-pacmak/lib/targets/python/requirements-dev.txt +++ b/packages/jsii-pacmak/lib/targets/python/requirements-dev.txt @@ -6,4 +6,5 @@ setuptools~=59.6.0 # build-system wheel~=0.37.1 # build-system -twine~=4.0.0 +twine~=3.8.0 ; python_version < '3.7' +twine~=4.0.0 ; python_version >= '3.7'