diff --git a/poetry.lock b/poetry.lock index faeb401..2fdd3e4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -415,13 +415,13 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.33" +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.33-py3-none-any.whl", hash = "sha256:11f22466f982211ad8f3bdb456c03be8466c71d4da8774f3a9f68344e89559cb"}, - {file = "GitPython-3.1.33.tar.gz", hash = "sha256:13aaa3dff88a23afec2d00eb3da3f2e040e2282e41de484c5791669b31146084"}, + {file = "GitPython-3.1.34-py3-none-any.whl", hash = "sha256:5d3802b98a3bae1c2b8ae0e1ff2e4aa16bcdf02c145da34d092324f599f01395"}, + {file = "GitPython-3.1.34.tar.gz", hash = "sha256:85f7d365d1f6bf677ae51039c1ef67ca59091c7ebd5a3509aa399d4eda02d6dd"}, ] [package.dependencies] @@ -907,4 +907,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "3b94e688e2c4740443e5cc733b68e66cbe10dd2d3586081ae826f5b507a7f99e" +content-hash = "1c674cd92eac59ffb74bc601fd9f73be2d0fed1825298fe905bd8c1947140ecb" diff --git a/pyproject.toml b/pyproject.toml index 56edc9c..af6598b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = ["Arduino "] [tool.poetry.dependencies] python = "3.11.2" -GitPython = "3.1.33" +GitPython = "3.1.34" PyGithub = "1.59.1" PyYAML = "6.0.1" semver = "3.0.1"