diff --git a/poetry.lock b/poetry.lock index 3cf9b080405..f35f3885460 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1263,13 +1263,13 @@ files = [ [[package]] name = "pygithub" -version = "2.8.1" +version = "2.10.0" description = "Use the full Github API v3" optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" files = [ - {file = "pygithub-2.8.1-py3-none-any.whl", hash = "sha256:23a0a5bca93baef082e03411bf0ce27204c32be8bfa7abc92fe4a3e132936df0"}, - {file = "pygithub-2.8.1.tar.gz", hash = "sha256:341b7c78521cb07324ff670afd1baa2bf5c286f8d9fd302c1798ba594a5400c9"}, + {file = "pygithub-2.10.0-py3-none-any.whl", hash = "sha256:192ada2a76e4afc7d6b37e500c9bfeba1731e6506697445a5ba1c4af8bf0b924"}, + {file = "pygithub-2.10.0.tar.gz", hash = "sha256:90ff24ef1cd1bd57124c2a3869cafee9d7b066909129ecdaba2c2d1903bc118d"}, ] [package.dependencies] @@ -1866,4 +1866,4 @@ zstd = ["backports-zstd (>=1.0.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.11, <3.14" -content-hash = "6176c70ecefae50e171f541fa073d5665049152391dfb47c993972022436eedd" +content-hash = "e58817153bd2d233a6a774f0ac1728c3a86c7ab00c9069fdcf7e052f1ab4d7a3" diff --git a/pyproject.toml b/pyproject.toml index 339c73225e9..437231e1649 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "BSD-3-Clause" python = ">=3.11, <3.14" cookiecutter = "2.6.0" PyYAML = "6.0.3" -PyGithub = "2.8.1" +PyGithub = "2.10.0" click = "8.3.1" python-dotenv = "1.2.1" Jinja2 = "3.1.6"