From f9d4ccde232595f574564cb359d20001b85ede96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 13:15:50 +0000 Subject: [PATCH] build(deps-dev): bump twine from 3.3.0 to 3.4.1 Bumps [twine](https://github.com/pypa/twine) from 3.3.0 to 3.4.1. - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/master/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/3.3.0...3.4.1) Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8c23568f..3b027824 100644 --- a/setup.py +++ b/setup.py @@ -19,8 +19,8 @@ "pytest==6.2.2", "pytest-mock==3.5.1", "requests-mock==1.8.0", - "twine==3.3.0", - "flake8==3.8.4", + "twine==3.4.1", + "flake8==3.9.0", "black==20.8b1", "commitizen==2.16.0", "pytest-cov==2.11.1",