diff --git a/poetry.lock b/poetry.lock index f9c74ffb18f..35b52490b4b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -941,13 +941,13 @@ files = [ [[package]] name = "pygithub" -version = "2.4.0" +version = "2.5.0" description = "Use the full Github API v3" optional = false python-versions = ">=3.8" files = [ - {file = "PyGithub-2.4.0-py3-none-any.whl", hash = "sha256:81935aa4bdc939fba98fee1cb47422c09157c56a27966476ff92775602b9ee24"}, - {file = "pygithub-2.4.0.tar.gz", hash = "sha256:6601e22627e87bac192f1e2e39c6e6f69a43152cfb8f307cee575879320b3051"}, + {file = "PyGithub-2.5.0-py3-none-any.whl", hash = "sha256:b0b635999a658ab8e08720bdd3318893ff20e2275f6446fcf35bf3f44f2c0fd2"}, + {file = "pygithub-2.5.0.tar.gz", hash = "sha256:e1613ac508a9be710920d26eb18b1905ebd9926aa49398e88151c1b526aad3cf"}, ] [package.dependencies] @@ -1554,4 +1554,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.14" -content-hash = "ff7e3df889e9e9a3b0ab218c7f44a4d3ecfca4d964f13c52e96448d13f80ff18" +content-hash = "7a798ea141f0b1cbb5e5e0796c0338b25726e9b3a22831e424618145a55104ee" diff --git a/pyproject.toml b/pyproject.toml index 13ae50af762..19f666e4675 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "BSD-3-Clause" python = ">=3.9, <3.14" cookiecutter = "2.6.0" PyYAML = "6.0.2" -PyGithub = "2.4.0" +PyGithub = "2.5.0" click = "8.1.7" importlib-metadata = "8.5.0" python-dotenv = "1.0.1"