From 99f12b95b5ab1506430cd2d44520b2f929b5f3ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 17:39:04 +0000 Subject: [PATCH] Bump gitpython from 3.1.17 to 3.1.34 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.17 to 3.1.34. - [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.17...3.1.34) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements.unexpanded.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index d8f73c5..d15c95f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ bandit==1.7.0 flake8==3.9.0 gitdb==4.0.7 -GitPython==3.1.17 +GitPython==3.1.34 mccabe==0.6.1 pathspec==0.8.1 pbr==5.6.0 diff --git a/requirements.unexpanded.txt b/requirements.unexpanded.txt index fa1004a..db80f86 100644 --- a/requirements.unexpanded.txt +++ b/requirements.unexpanded.txt @@ -16,9 +16,9 @@ gitdb==4.0.7 \ --hash=sha256:6c4cc71933456991da20917998acbe6cf4fb41eeaab7d6d67fbc05ecd4c865b0 \ --hash=sha256:96bf5c08b157a666fec41129e6d327235284cca4c81e92109260f353ba138005 # via gitpython -gitpython==3.1.17 \ - --hash=sha256:29fe82050709760081f588dd50ce83504feddbebdc4da6956d02351552b1c135 \ - --hash=sha256:ee24bdc93dce357630764db659edaf6b8d664d4ff5447ccfeedd2dc5c253f41e +gitpython==3.1.34 \ + --hash=sha256:5d3802b98a3bae1c2b8ae0e1ff2e4aa16bcdf02c145da34d092324f599f01395 \ + --hash=sha256:85f7d365d1f6bf677ae51039c1ef67ca59091c7ebd5a3509aa399d4eda02d6dd # via bandit mccabe==0.6.1 \ --hash=sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42 \