diff --git a/poetry.lock b/poetry.lock index 8ee478bd..9cd3f7dc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -115,7 +115,7 @@ smmap = ">=3.0.1,<5" [[package]] name = "gitpython" -version = "3.1.23" +version = "3.1.24" description = "GitPython is a python library used to interact with Git repositories" category = "dev" optional = false @@ -319,7 +319,7 @@ pyyaml = "*" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "0d12eed8c139842fe8d7fa2bc9de77cf2230be3bf974eaa4f17d790f0f3da731" +content-hash = "4a087957714327ad45f490577fd1bb852d08480a0ed47f5094d44b92681a5ca4" [metadata.files] atomicwrites = [ @@ -359,8 +359,8 @@ gitdb = [ {file = "gitdb-4.0.7.tar.gz", hash = "sha256:96bf5c08b157a666fec41129e6d327235284cca4c81e92109260f353ba138005"}, ] gitpython = [ - {file = "GitPython-3.1.23-py3-none-any.whl", hash = "sha256:de2e2aff068097b23d6dca5daf588078fd8996a4218f6ffa704a662c2b54f9ac"}, - {file = "GitPython-3.1.23.tar.gz", hash = "sha256:aaae7a3bfdf0a6db30dc1f3aeae47b71cd326d86b936fe2e158aa925fdf1471c"}, + {file = "GitPython-3.1.24-py3-none-any.whl", hash = "sha256:dc0a7f2f697657acc8d7f89033e8b1ea94dd90356b2983bca89dc8d2ab3cc647"}, + {file = "GitPython-3.1.24.tar.gz", hash = "sha256:df83fdf5e684fef7c6ee2c02fc68a5ceb7e7e759d08b694088d0cacb4eba59e5"}, ] iniconfig = [ {file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"}, diff --git a/pyproject.toml b/pyproject.toml index a26bfbac..e2b51841 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ black = "^21.9b0" flake8 = "^3.9.2" pep8-naming = "^0.12.1" pytest = "^6.2.5" -GitPython = "^3.1.23" +GitPython = "^3.1.24" [build-system] requires = ["poetry-core>=1.0.0"]