From 51db5bfc38b35deedae54cf27489290feb6c1856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 07:05:51 +0000 Subject: [PATCH] Bump twine from 3.3.0 to 3.4.1 in /glean-core/python 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] --- glean-core/python/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glean-core/python/requirements_dev.txt b/glean-core/python/requirements_dev.txt index 3eba1f4c86..768e87219d 100644 --- a/glean-core/python/requirements_dev.txt +++ b/glean-core/python/requirements_dev.txt @@ -12,5 +12,5 @@ pytest-localserver==0.5.0 pytest-runner==5.3.0 pytest==6.2.2 setuptools-git==1.2 -twine==3.3.0 +twine==3.4.1 wheel==0.36.1