diff --git a/poetry.lock b/poetry.lock index 92274b7..59c1996 100644 --- a/poetry.lock +++ b/poetry.lock @@ -439,18 +439,20 @@ smmap = ">=3.0.1,<5" [[package]] name = "gitpython" -version = "3.1.24" -description = "GitPython is a python library used to interact with Git repositories" +version = "3.1.41" +description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" files = [ - {file = "GitPython-3.1.24-py3-none-any.whl", hash = "sha256:dc0a7f2f697657acc8d7f89033e8b1ea94dd90356b2983bca89dc8d2ab3cc647"}, - {file = "GitPython-3.1.24.tar.gz", hash = "sha256:df83fdf5e684fef7c6ee2c02fc68a5ceb7e7e759d08b694088d0cacb4eba59e5"}, + {file = "GitPython-3.1.41-py3-none-any.whl", hash = "sha256:c36b6634d069b3f719610175020a9aed919421c87552185b085e04fbbdb10b7c"}, + {file = "GitPython-3.1.41.tar.gz", hash = "sha256:ed66e624884f76df22c8e16066d567aaa5a37d5b5fa19db2c6df6f7156db9048"}, ] [package.dependencies] gitdb = ">=4.0.1,<5" -typing-extensions = {version = ">=3.7.4.3", markers = "python_version < \"3.10\""} + +[package.extras] +test = ["black", "coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock", "mypy", "pre-commit", "pytest (>=7.3.1)", "pytest-cov", "pytest-instafail", "pytest-mock", "pytest-sugar", "sumtypes"] [[package]] name = "idna" @@ -1323,4 +1325,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "704a97df9dc8cd75dd642904446408e3d1d2343fe111c990233d2354b38f1413" +content-hash = "cc39da901a016b6f86a9cf0807a06723396c0f7fd420bbb6fe85b41c35b6c498" diff --git a/pyproject.toml b/pyproject.toml index 91f3c51..3b052bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pyyaml = "^5.2" docopt = "^0.6.2" jsonpath-rw = "^1.4.0" semver = "^2.9.0" -gitpython = "^3.0.5" +gitpython = "^3.1.41" pytest = "^6.1.2" coverage = "^5.5" aiohttp = "^3.7.3"