diff --git a/poetry.lock b/poetry.lock index ca49057..f9d5ff2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -509,13 +509,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] @@ -969,4 +969,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">= 3.12" -content-hash = "fcfaed6134f27dcbd4f55b42bae4e7deaf8feae536f412e29ac8be9fbb241cc5" +content-hash = "f7d531e86abb1e0a2e4ded41b8ea2b3a76b86e2b1b902147f588b88fa1ea5beb" diff --git a/pyproject.toml b/pyproject.toml index 501522b..fd6ad7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ license = "Apache-2.0" python = ">= 3.12" requests = "^2.32.3" pycairo = "^1.27.0" -pygithub = "^2.4.0" +pygithub = "^2.5.0" python-slugify = "^8.0.4" requests-cache = "^1.2.1" ruamel-yaml = "^0.18.6"