From 956ee5409eb54da30559a1b65edc6a8a81599ce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jul 2021 10:33:06 +0000 Subject: [PATCH] Bump gitpython from 3.1.19 to 3.1.20 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.19 to 3.1.20. - [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.19...3.1.20) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index bbc4506b..5312dfeb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -118,7 +118,7 @@ smmap = ">=3.0.1,<5" [[package]] name = "gitpython" -version = "3.1.19" +version = "3.1.20" description = "Python Git Library" category = "dev" optional = false @@ -310,7 +310,7 @@ pyyaml = "*" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "2f595a3efaafe615b3e2580bda32ae92ce6f1223f505d627d08c15e7a555d7f7" +content-hash = "6fc84ba9558e28595a445490e14cab21a6b681aca5b4bfc25c5d711feb1ce8b5" [metadata.files] appdirs = [ @@ -354,8 +354,8 @@ gitdb = [ {file = "gitdb-4.0.7.tar.gz", hash = "sha256:96bf5c08b157a666fec41129e6d327235284cca4c81e92109260f353ba138005"}, ] gitpython = [ - {file = "GitPython-3.1.19-py3-none-any.whl", hash = "sha256:17690588e36bd0cee21921ce621fad1e8be45a37afa486ff846fb8efcf53c34c"}, - {file = "GitPython-3.1.19.tar.gz", hash = "sha256:18f4039b96b5567bc4745eb851737ce456a2d499cecd71e84f5c0950e92d0e53"}, + {file = "GitPython-3.1.20-py3-none-any.whl", hash = "sha256:b1e1c269deab1b08ce65403cf14e10d2ef1f6c89e33ea7c5e5bb0222ea593b8a"}, + {file = "GitPython-3.1.20.tar.gz", hash = "sha256:df0e072a200703a65387b0cfdf0466e3bab729c0458cf6b7349d0e9877636519"}, ] iniconfig = [ {file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"}, diff --git a/pyproject.toml b/pyproject.toml index 69a40d61..f5340635 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ black = "^21.7b0" flake8 = "^3.9.2" pep8-naming = "^0.12.0" pytest = "^6.2.4" -GitPython = "^3.1.19" +GitPython = "^3.1.20" [build-system] requires = ["poetry-core>=1.0.0"]