From 49ec150ce9f6ef6e447cd1e306aab325a4fa5b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 08:06:32 +0000 Subject: [PATCH] chore(deps): update gitpython requirement from ~=3.1.9 to ~=3.1.30 Updates the requirements on [gitpython](https://github.com/gitpython-developers/GitPython) to permit the latest version. - [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.9...3.1.30) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index b25ed4a..96d8acc 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -7,7 +7,7 @@ Django>=2.0,<3.0 django-extensions django-hurricane~=0.8.8 environs~=8.0.0 -gitpython~=3.1.9 +gitpython~=3.1.30 graphene-django==2.9.1 graphene-federation~=0.1.0 psycopg2>=2.7,<3.0