diff --git a/poetry.lock b/poetry.lock index c8db5594..50ab3148 100644 --- a/poetry.lock +++ b/poetry.lock @@ -707,14 +707,14 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.30" -description = "GitPython is a python library used to interact with Git repositories" +version = "3.1.31" +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.30-py3-none-any.whl", hash = "sha256:cd455b0000615c60e286208ba540271af9fe531fa6a87cc590a7298785ab2882"}, - {file = "GitPython-3.1.30.tar.gz", hash = "sha256:769c2d83e13f5d938b7688479da374c4e3d49f71549aaf462b646db9602ea6f8"}, + {file = "GitPython-3.1.31-py3-none-any.whl", hash = "sha256:f04893614f6aa713a60cbbe1e6a97403ef633103cdd0ef5eb6efe0deb98dbe8d"}, + {file = "GitPython-3.1.31.tar.gz", hash = "sha256:8ce3bcf69adfdf7c7d503e78fd3b1c492af782d58893b650adb2ac8912ddd573"}, ] [package.dependencies] @@ -2665,4 +2665,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.7,<3.12" -content-hash = "11a18d5c65c7e112ad4b8560c9729906fcd3ecf4c693297d4caab3792a837d3d" +content-hash = "40a2c0da481d25e74a2a053cbe56f606221d3cf641afce9d3aacad5d201c916a" diff --git a/pyproject.toml b/pyproject.toml index 14ecbb01..0c7ca07d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ click = "8.1.3" colorama = { version = "==0.4.6", platform = "win32" } jsonschema = "=3.2.0" dpath = "==1.5.0" -GitPython = "==3.1.30" +GitPython = "==3.1.31" packaging = "23.0" python-minifier = "==2.8.0" mypy = "==0.991"