diff --git a/poetry.lock b/poetry.lock index afbde2f8359..011c4a9e4e1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -933,21 +933,20 @@ files = [ [[package]] name = "pygithub" -version = "2.1.1" +version = "2.3.0" description = "Use the full Github API v3" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "PyGithub-2.1.1-py3-none-any.whl", hash = "sha256:4b528d5d6f35e991ea5fd3f942f58748f24938805cb7fcf24486546637917337"}, - {file = "PyGithub-2.1.1.tar.gz", hash = "sha256:ecf12c2809c44147bce63b047b3d2e9dac8a41b63e90fcb263c703f64936b97c"}, + {file = "PyGithub-2.3.0-py3-none-any.whl", hash = "sha256:65b499728be3ce7b0cd2cd760da3b32f0f4d7bc55e5e0677617f90f6564e793e"}, + {file = "PyGithub-2.3.0.tar.gz", hash = "sha256:0148d7347a1cdeed99af905077010aef81a4dad988b0ba51d4108bf66b443f7e"}, ] [package.dependencies] Deprecated = "*" pyjwt = {version = ">=2.4.0", extras = ["crypto"]} pynacl = ">=1.4.0" -python-dateutil = "*" requests = ">=2.14.0" typing-extensions = ">=4.0.0" urllib3 = ">=1.26.0" @@ -1537,4 +1536,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.12" -content-hash = "c982d28144d7628b7ba42cb5f6f69b21e6e6e5e92205b8e1ccc22ab361dfd3de" +content-hash = "30b1bb9e155eb32699f2efa7edffde9f388e377877618eb13879d464dda895eb" diff --git a/pyproject.toml b/pyproject.toml index e2a5bc0d29a..bffcea0e51c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "BSD-3-Clause" python = ">=3.9, <3.12" cookiecutter = "2.5.0" PyYAML = "6.0.1" -PyGithub = "2.1.1" +PyGithub = "2.3.0" click = "8.1.7" importlib-metadata = "7.0.1" python-dotenv = "1.0.0"