From 2fb451966930f4ed0c1894f5042213df8fc1d6a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 01:35:58 -0500 Subject: [PATCH] Bump gitpython from 3.1.40 to 3.1.41 (#2885) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [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.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2ede354b8d..0dbebab108 100644 --- a/setup.py +++ b/setup.py @@ -134,7 +134,7 @@ def package_files(prefix: str, directory: str, extension: str): 'nbsphinx==0.9.1', 'pandoc==2.3', 'pypandoc==1.12', - 'GitPython==3.1.40', + 'GitPython==3.1.41', 'moto[s3]>=4.0.1,<5', 'mock-ssh-server==0.9.1', 'cryptography==41.0.5',