From 27cdd95f6febb079781d87ac020f23acad387e86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 19:01:47 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20gitpython=20from=203.1.29=20?= =?UTF-8?q?to=203.1.30?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.29 to 3.1.30. - [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.29...3.1.30) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8dfdb67..8c1ad53 100644 --- a/poetry.lock +++ b/poetry.lock @@ -427,8 +427,8 @@ python-versions = ">=3.6" smmap = ">=3.0.1,<6" [[package]] -name = "GitPython" -version = "3.1.29" +name = "gitpython" +version = "3.1.30" description = "GitPython is a python library used to interact with Git repositories" category = "main" optional = false @@ -1313,7 +1313,7 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "c1c0753fe8c118e8f7e27bd29abf88f449c18a2afa0ec8f9e9c6ab1dad241aff" +content-hash = "5d62b868893206cfa894b883b17f90db3876ac594b3e6078de2d785146e0da50" [metadata.files] aiofiles = [ @@ -1619,9 +1619,9 @@ gitdb = [ {file = "gitdb-4.0.9-py3-none-any.whl", hash = "sha256:8033ad4e853066ba6ca92050b9df2f89301b8fc8bf7e9324d412a63f8bf1a8fd"}, {file = "gitdb-4.0.9.tar.gz", hash = "sha256:bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa"}, ] -GitPython = [ - {file = "GitPython-3.1.29-py3-none-any.whl", hash = "sha256:41eea0deec2deea139b459ac03656f0dd28fc4a3387240ec1d3c259a2c47850f"}, - {file = "GitPython-3.1.29.tar.gz", hash = "sha256:cc36bfc4a3f913e66805a28e84703e419d9c264c1077e537b54f0e1af85dbefd"}, +gitpython = [ + {file = "GitPython-3.1.30-py3-none-any.whl", hash = "sha256:cd455b0000615c60e286208ba540271af9fe531fa6a87cc590a7298785ab2882"}, + {file = "GitPython-3.1.30.tar.gz", hash = "sha256:769c2d83e13f5d938b7688479da374c4e3d49f71549aaf462b646db9602ea6f8"}, ] greenlet = [ {file = "greenlet-1.1.3-cp27-cp27m-macosx_10_14_x86_64.whl", hash = "sha256:8c287ae7ac921dfde88b1c125bd9590b7ec3c900c2d3db5197f1286e144e712b"}, diff --git a/pyproject.toml b/pyproject.toml index 25099c9..185ac9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ arko-wrapper = "^0.2.4" fastapi = "^0.88.0" uvicorn = {extras = ["standard"], version = "^0.19.0"} sentry-sdk = "^1.12.1" -GitPython = "^3.1.29" +GitPython = "^3.1.30" openpyxl = "^3.0.10" async-lru = "^1.0.3" thefuzz = "^0.19.0"