diff --git a/poetry.lock b/poetry.lock index d1fdc55..51b5d5b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -352,14 +352,14 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.29" +version = "3.1.30" description = "GitPython is a python library used to interact with Git repositories" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "GitPython-3.1.29-py3-none-any.whl", hash = "sha256:41eea0deec2deea139b459ac03656f0dd28fc4a3387240ec1d3c259a2c47850f"}, - {file = "GitPython-3.1.29.tar.gz", hash = "sha256:cc36bfc4a3f913e66805a28e84703e419d9c264c1077e537b54f0e1af85dbefd"}, + {file = "GitPython-3.1.30-py3-none-any.whl", hash = "sha256:cd455b0000615c60e286208ba540271af9fe531fa6a87cc590a7298785ab2882"}, + {file = "GitPython-3.1.30.tar.gz", hash = "sha256:769c2d83e13f5d938b7688479da374c4e3d49f71549aaf462b646db9602ea6f8"}, ] [package.dependencies] @@ -947,4 +947,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "58fe8a0224c9406e8fbbd858f7b9da9d19e80a6b4e9fff97d014f79919446e10" +content-hash = "2a4fc1ffdd29594ac705dcc9a44f252afd71972128e84e466412abbf9ab53b4b" diff --git a/pyproject.toml b/pyproject.toml index 6d63f68..ad91ca1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ repository = "https://github.com/thegeeklab/git-batch/" version = "0.0.0" [tool.poetry.dependencies] -GitPython = "3.1.29" +GitPython = "3.1.30" colorama = "0.4.6" python = "^3.7.0" python-json-logger = "2.0.4"