diff --git a/poetry.lock b/poetry.lock index fd27c0cb..c6edb585 100644 --- a/poetry.lock +++ b/poetry.lock @@ -639,14 +639,14 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.58" +version = "3.1.59" description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "gitpython-3.1.58-py3-none-any.whl", hash = "sha256:d331e722577f0fd7fc1f857419b3ecc07af66282b933d2a4d95f84a042fdd50f"}, - {file = "gitpython-3.1.58.tar.gz", hash = "sha256:621416df10ef3fd0e19fabf9172ddeed0fa704d353d04f194eec56a625a95b22"}, + {file = "gitpython-3.1.59-py3-none-any.whl", hash = "sha256:67a82f537384578643624c8b2c531938a9b82be431663e575dcf638526631d4c"}, + {file = "gitpython-3.1.59.tar.gz", hash = "sha256:0a1475cfdc38a5bfba1a3e9a4a9da52a39749ecec322b772915c019f94e5b7e4"}, ] [package.dependencies] @@ -2278,4 +2278,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9" -content-hash = "91165f6f4fe236aa873d23bc31076ab05293167bc2342f960f0532fc26c4a12c" +content-hash = "30678c1cdeb3fbf110cc6feffe017a8e9909cfe23afeecc8f06829e4cc81e0db" diff --git a/pyproject.toml b/pyproject.toml index 973edbd1..81c87967 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pyyaml = ">=6.0,<7.0" # capped while we support Python 3.9 marshmallow = ">=4.0.1,<4.1.0" # floor required by get_staged_diff_index() -gitpython = ">=3.1.58,<3.2.0" +gitpython = ">=3.1.59,<3.2.0" arrow = ">=1.0.0,<1.5.0" requests = ">=2.32.4,<3.0" urllib3 = ">=2.4.0,<3.0.0"