diff --git a/poetry.lock b/poetry.lock index c75e6fe..b401e9d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1166,14 +1166,14 @@ files = [ [[package]] name = "pygithub" -version = "2.5.0" +version = "2.6.1" description = "Use the full Github API v3" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "PyGithub-2.5.0-py3-none-any.whl", hash = "sha256:b0b635999a658ab8e08720bdd3318893ff20e2275f6446fcf35bf3f44f2c0fd2"}, - {file = "pygithub-2.5.0.tar.gz", hash = "sha256:e1613ac508a9be710920d26eb18b1905ebd9926aa49398e88151c1b526aad3cf"}, + {file = "PyGithub-2.6.1-py3-none-any.whl", hash = "sha256:6f2fa6d076ccae475f9fc392cc6cdbd54db985d4f69b8833a28397de75ed6ca3"}, + {file = "pygithub-2.6.1.tar.gz", hash = "sha256:b5c035392991cca63959e9453286b41b54d83bf2de2daa7d7ff7e4312cebf3bf"}, ] [package.dependencies] @@ -1951,4 +1951,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "3.12.4" -content-hash = "54ebbd9852cd50b78e1bf4090c3ddeb54385a9592b03f47f8e3041b60915062d" +content-hash = "3597ab432ae4307b6c3d78029074c713cb9f6cd06c8a1e5fd5bdd663a23c903b" diff --git a/pyproject.toml b/pyproject.toml index 1c0913a..d28b634 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ package-mode = false [tool.poetry.dependencies] python = "3.12.4" GitPython = "3.1.44" -PyGithub = "2.5.0" +PyGithub = "2.6.1" PyYAML = "6.0.2" semver = "3.0.4"