From 631115ef1b8dc53a3df015f4c12fdab7997b8886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 15:18:52 +0000 Subject: [PATCH] Bump twine from 3.6.0 to 3.8.0 Bumps [twine](https://github.com/pypa/twine) from 3.6.0 to 3.8.0. - [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.6.0...3.8.0) --- updated-dependencies: - dependency-name: twine dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.in | 2 +- dev-requirements.txt | 26 ++++++++++++++++---------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/dev-requirements.in b/dev-requirements.in index 67318306ed..299776804b 100644 --- a/dev-requirements.in +++ b/dev-requirements.in @@ -15,6 +15,6 @@ pytest-xdist~=2.4.0 pytest~=6.2.4 sphinx~=4.3.0 sqlalchemy-stubs -twine~=3.6.0 +twine~=3.8.0 vcrpy~=4.1.1 # requests 2.16.3 doesn't work with vcrpy <1.11.1 wheel~=0.37.0 diff --git a/dev-requirements.txt b/dev-requirements.txt index 1d878b91f7..8186b1a8bb 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,8 +8,6 @@ alabaster==0.7.12 # via sphinx astroid==2.9.0 # via pylint -atomicwrites==1.4.0 - # via pytest attrs==21.2.0 # via # -c requirements.txt @@ -32,6 +30,8 @@ certifi==2021.10.8 # via # -c requirements.txt # requests +cffi==1.15.0 + # via cryptography cfgv==3.3.1 # via pre-commit charset-normalizer==2.0.7 @@ -49,16 +49,13 @@ codacy-coverage==1.3.11 colorama==0.4.4 # via # -c requirements.txt - # click - # pylint - # pytest - # sphinx - # tqdm # twine coverage[toml]==6.0.2 # via # -r dev-requirements.in # pytest-cov +cryptography==36.0.1 + # via secretstorage distlib==0.3.3 # via virtualenv docutils==0.17.1 @@ -92,6 +89,10 @@ isort==5.10.1 # via # -r dev-requirements.in # pylint +jeepney==0.7.1 + # via + # keyring + # secretstorage jinja2==3.0.3 # via # -c requirements.txt @@ -131,7 +132,7 @@ pep517==0.12.0 # via pip-tools pip-tools==6.4.0 # via -r dev-requirements.in -pkginfo==1.7.1 +pkginfo==1.8.2 # via twine platformdirs==2.4.0 # via @@ -146,6 +147,8 @@ py==1.10.0 # via # pytest # pytest-forked +pycparser==2.21 + # via cffi pygments==2.10.0 # via # -c requirements.txt @@ -153,7 +156,7 @@ pygments==2.10.0 # sphinx pylint==2.12.1 # via -r dev-requirements.in -pyparsing==3.0.6 +pyparsing==2.4.7 # via # -c requirements.txt # packaging @@ -201,6 +204,8 @@ rfc3986==1.5.0 # via twine s3transfer==0.5.0 # via boto3 +secretstorage==3.3.1 + # via keyring six==1.16.0 # via # -c requirements.txt @@ -241,7 +246,7 @@ tomli==1.2.1 # pep517 tqdm==4.62.3 # via twine -twine==3.6.0 +twine==3.8.0 # via -r dev-requirements.in typing-extensions==3.10.0.2 # via @@ -253,6 +258,7 @@ urllib3==1.26.7 # -c requirements.txt # botocore # requests + # twine vcrpy==4.1.1 # via -r dev-requirements.in virtualenv==20.8.1