From 4db4742687e67323332f43fb87d1db4a798b0130 Mon Sep 17 00:00:00 2001 From: Eric Beahan Date: Fri, 8 Sep 2023 13:13:01 -0500 Subject: [PATCH] Bump gitpython from 3.1.34 to 3.1.35 in /scripts (#2265) (#2268) * Bump gitpython from 3.1.34 to 3.1.35 in /scripts Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.34 to 3.1.35. - [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.34...3.1.35) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] * changelog --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Beahan (cherry picked from commit d1d3294a84ebd1e286a91a49fa7a34be0cdd2d13) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- CHANGELOG.next.md | 2 +- scripts/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.next.md b/CHANGELOG.next.md index ca15b925b8..24eadfa004 100644 --- a/CHANGELOG.next.md +++ b/CHANGELOG.next.md @@ -48,7 +48,7 @@ Thanks, you're awesome :-) --> #### Improvements * Improved documentation formatting to better follow the contributing guide. #2226 -* Bump `gitpython` dependency from 3.1.30 to 3.1.34 for security fixes. #2251, #2264 +* Bump `gitpython` dependency from 3.1.30 to 3.1.35 for security fixes. #2251, #2264, #2265