From 45dc930ad2e936cfd2d70b2647f997696d631bc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:19:58 +0000 Subject: [PATCH] chore(deps): bump gitpython from 3.1.29 to 3.1.37 in /requirements Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.29 to 3.1.37. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.29...3.1.37) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements/publish.txt | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/requirements/publish.txt b/requirements/publish.txt index a07c7fb..8c2d2d7 100644 --- a/requirements/publish.txt +++ b/requirements/publish.txt @@ -13,6 +13,8 @@ bleach==5.0.1 # via readme-renderer certifi==2022.12.7 # via requests +cffi==1.16.0 + # via cryptography charset-normalizer==2.1.1 # via requests click==8.1.3 @@ -23,27 +25,30 @@ click-log==0.4.0 # via python-semantic-release colorama==0.4.6 # via twine +cryptography==41.0.4 + # via secretstorage docutils==0.19 # via readme-renderer dotty-dict==1.3.1 # via python-semantic-release gitdb==4.0.10 # via gitpython -gitpython==3.1.29 +gitpython==3.1.37 # via python-semantic-release idna==3.4 # via requests importlib-metadata==5.1.0 # via - # click # keyring - # pluggy - # pytest # twine invoke==1.7.3 # via python-semantic-release jaraco-classes==3.2.3 # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage keyring==23.11.0 # via twine more-itertools==9.0.0 @@ -60,14 +65,16 @@ pluggy==0.13.1 # via pytest py==1.11.0 # via pytest +pycparser==2.21 + # via cffi pygments==2.13.0 # via readme-renderer pytest==4.6.11 - # via -r requirements/publish.in + # via -r publish.in python-gitlab==3.12.0 # via python-semantic-release python-semantic-release==7.32.2 - # via -r requirements/publish.in + # via -r publish.in readme-renderer==37.3 # via twine requests==2.28.1 @@ -82,6 +89,8 @@ requests-toolbelt==0.10.1 # twine rfc3986==2.0.0 # via twine +secretstorage==3.3.3 + # via keyring semver==2.13.0 # via python-semantic-release six==1.16.0 @@ -96,10 +105,6 @@ tqdm==4.64.1 # via twine twine==3.8.0 # via python-semantic-release -typing-extensions==4.4.0 - # via - # gitpython - # importlib-metadata urllib3==1.26.13 # via # requests