From 4154de61f24a8933c19d5e340b620b9588a21866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:26:31 +0000 Subject: [PATCH] Bump gitpython from 3.1.30 to 3.1.41 in /requirements Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.30 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.30...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.in | 2 +- requirements/base.txt | 2 +- requirements/dev.txt | 4 ++-- requirements/test.txt | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements/base.in b/requirements/base.in index 06cf2112..05086763 100644 --- a/requirements/base.in +++ b/requirements/base.in @@ -10,7 +10,7 @@ social-auth-app-django==4.0.0 dj-database-url==0.4.2 # Git repo management -GitPython==3.1.30 +GitPython==3.1.41 # django helpers django-braces==1.14.0 diff --git a/requirements/base.txt b/requirements/base.txt index 03be9c3d..b0874d7a 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -29,7 +29,7 @@ django-guardian==2.3.0 # via -r base.in gitdb==4.0.7 # via gitpython -gitpython==3.1.30 +gitpython==3.1.41 # via -r base.in idna==2.10 # via requests diff --git a/requirements/dev.txt b/requirements/dev.txt index 0338250d..e7f42603 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -16,7 +16,7 @@ chardet==4.0.0 # via requests click==8.0.1 # via pip-tools -codecov==2.1.11 +codecov==2.1.13 # via -r test.in coverage==5.5 # via @@ -49,7 +49,7 @@ flake8==3.9.2 # via -r test.in gitdb==4.0.7 # via gitpython -gitpython==3.1.30 +gitpython==3.1.41 # via -r base.in idna==2.10 # via requests diff --git a/requirements/test.txt b/requirements/test.txt index cdf3ec12..78132bce 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -2,7 +2,7 @@ attrs==22.2.0 certifi==2022.12.7 cffi==1.15.1 chardet==4.0.0 -codecov==2.1.11 +codecov==2.1.13 coverage==7.0.5 cryptography==39.0.0 defusedxml==0.7.1 @@ -12,7 +12,7 @@ django-braces==1.14.0 django-guardian==2.3.0 flake8==3.9.2 gitdb==4.0.10 -gitpython==3.1.30 +gitpython==3.1.41 idna==2.10 iniconfig==2.0.0 isort==4.3.21