diff --git a/poetry.lock b/poetry.lock index 94b94937..a960ecdf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1538,13 +1538,13 @@ files = [ [[package]] name = "pygithub" -version = "2.3.0" +version = "2.4.0" description = "Use the full Github API v3" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "PyGithub-2.3.0-py3-none-any.whl", hash = "sha256:65b499728be3ce7b0cd2cd760da3b32f0f4d7bc55e5e0677617f90f6564e793e"}, - {file = "PyGithub-2.3.0.tar.gz", hash = "sha256:0148d7347a1cdeed99af905077010aef81a4dad988b0ba51d4108bf66b443f7e"}, + {file = "PyGithub-2.4.0-py3-none-any.whl", hash = "sha256:81935aa4bdc939fba98fee1cb47422c09157c56a27966476ff92775602b9ee24"}, + {file = "pygithub-2.4.0.tar.gz", hash = "sha256:6601e22627e87bac192f1e2e39c6e6f69a43152cfb8f307cee575879320b3051"}, ] [package.dependencies] @@ -2612,4 +2612,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "bb7b1045d06d3421aeba413a069c0fe64655112677f93fcf4f7ac62144b808e7" +content-hash = "549a8de1efba5a029c742c01bfa69425e8420d5e4fa12a43972da60ec4c4e637" diff --git a/pyproject.toml b/pyproject.toml index 435362a9..292c839e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pyxdg = "0.28" cruft = "2.15.0" oauthlib = "3.2.2" pyjwt = "2.9.0" -PyGithub = "2.3.0" +PyGithub = "2.4.0" reclass-rs = "0.4.0" [tool.poetry.dev-dependencies]