From 471f6cf31351ba8969a2a02292ff3b3e8022de54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 08:47:23 +0100 Subject: [PATCH] Bump gitpython from 3.1.38 to 3.1.40 (#102) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.38 to 3.1.40. - [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.38...3.1.40) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8728488d..16e8bfab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -165,13 +165,13 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.38" +version = "3.1.40" description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" files = [ - {file = "GitPython-3.1.38-py3-none-any.whl", hash = "sha256:9e98b672ffcb081c2c8d5aa630d4251544fb040fb158863054242f24a2a2ba30"}, - {file = "GitPython-3.1.38.tar.gz", hash = "sha256:4d683e8957c8998b58ddb937e3e6cd167215a180e1ffd4da769ab81c620a89fe"}, + {file = "GitPython-3.1.40-py3-none-any.whl", hash = "sha256:cf14627d5a8049ffbf49915732e5eddbe8134c3bdb9d476e6182b676fc573f8a"}, + {file = "GitPython-3.1.40.tar.gz", hash = "sha256:22b126e9ffb671fdd0c129796343a02bf67bf2994b35449ffc9321aa755e18a4"}, ] [package.dependencies] @@ -488,4 +488,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "26b9aa56b3d40c6060844f1c8e820107e213a0d1b0d2e424dda9131d391d442d" +content-hash = "d207471ddeb42970e29da03093eb6661b8e6ab2e552be15f8035a9e9c71e9561" diff --git a/pyproject.toml b/pyproject.toml index 267c805b..ab4a016b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ repository = "https://github.com/NHSDigital/validation-service-fhir-r4" [tool.poetry.dependencies] python = "^3.8" semver = "^3.0.2" -gitpython = "^3.1.38" +gitpython = "^3.1.40" pre-commit = "^3.5.0" [tool.poetry.dev-dependencies]