diff --git a/poetry.lock b/poetry.lock index 1894dbb..410b243 100644 --- a/poetry.lock +++ b/poetry.lock @@ -415,13 +415,13 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.34" +version = "3.1.35" description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" files = [ - {file = "GitPython-3.1.34-py3-none-any.whl", hash = "sha256:5d3802b98a3bae1c2b8ae0e1ff2e4aa16bcdf02c145da34d092324f599f01395"}, - {file = "GitPython-3.1.34.tar.gz", hash = "sha256:85f7d365d1f6bf677ae51039c1ef67ca59091c7ebd5a3509aa399d4eda02d6dd"}, + {file = "GitPython-3.1.35-py3-none-any.whl", hash = "sha256:c19b4292d7a1d3c0f653858db273ff8a6614100d1eb1528b014ec97286193c09"}, + {file = "GitPython-3.1.35.tar.gz", hash = "sha256:9cbefbd1789a5fe9bcf621bb34d3f441f3a90c8461d377f84eda73e721d9b06b"}, ] [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 = "37ae090b13f671a4489d7c4c66fa1f5e0f6faa4cf16e763ae391ee6dab811141" +content-hash = "d593b3406e90ff9ecaf5cbb07cf5408c15bbaddb5f4f5e4d02cb07435796f508" diff --git a/pyproject.toml b/pyproject.toml index f0e42ea..8747c07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = ["Arduino "] [tool.poetry.dependencies] python = "3.11.2" -GitPython = "3.1.34" +GitPython = "3.1.35" PyGithub = "1.59.1" PyYAML = "6.0.1" semver = "3.0.1"