diff --git a/poetry.lock b/poetry.lock index 9c2f541..ffff798 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,5 +1,6 @@ # This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. + [[package]] name = "aiohttp" version = "3.8.4" @@ -710,13 +711,13 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.31" +version = "3.1.34" description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" files = [ - {file = "GitPython-3.1.31-py3-none-any.whl", hash = "sha256:f04893614f6aa713a60cbbe1e6a97403ef633103cdd0ef5eb6efe0deb98dbe8d"}, - {file = "GitPython-3.1.31.tar.gz", hash = "sha256:8ce3bcf69adfdf7c7d503e78fd3b1c492af782d58893b650adb2ac8912ddd573"}, + {file = "GitPython-3.1.34-py3-none-any.whl", hash = "sha256:5d3802b98a3bae1c2b8ae0e1ff2e4aa16bcdf02c145da34d092324f599f01395"}, + {file = "GitPython-3.1.34.tar.gz", hash = "sha256:85f7d365d1f6bf677ae51039c1ef67ca59091c7ebd5a3509aa399d4eda02d6dd"}, ] [package.dependencies] @@ -1964,4 +1965,5 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "fe29a7a905d74569455a40cf1ebd9798c63219c159a7f7fbb9f8126e15772350" +content-hash = "83d887e6abbefab5c1ebfe72a117e94305181dc252a7b10ec301344d7af7cd74" + diff --git a/pyproject.toml b/pyproject.toml index bcf0504..93dad50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ pyyaml = "^5.2" docopt = "^0.6.2" jsonpath-rw = "^1.4.0" semver = "^2.9.0" -gitpython = "^3.0.5" +gitpython = "^3.1.34" pytest = "^6.1.2" coverage = "^5.5" aiohttp = "^3.7.3"