diff --git a/poetry.lock b/poetry.lock index a146b31a5..b3a68dffd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1529,20 +1529,23 @@ files = [ [[package]] name = "pygithub" -version = "1.59.1" +version = "2.1.1" description = "Use the full Github API v3" optional = false python-versions = ">=3.7" files = [ - {file = "PyGithub-1.59.1-py3-none-any.whl", hash = "sha256:3d87a822e6c868142f0c2c4bf16cce4696b5a7a4d142a7bd160e1bdf75bc54a9"}, - {file = "PyGithub-1.59.1.tar.gz", hash = "sha256:c44e3a121c15bf9d3a5cc98d94c9a047a5132a9b01d22264627f58ade9ddc217"}, + {file = "PyGithub-2.1.1-py3-none-any.whl", hash = "sha256:4b528d5d6f35e991ea5fd3f942f58748f24938805cb7fcf24486546637917337"}, + {file = "PyGithub-2.1.1.tar.gz", hash = "sha256:ecf12c2809c44147bce63b047b3d2e9dac8a41b63e90fcb263c703f64936b97c"}, ] [package.dependencies] -deprecated = "*" +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" [[package]] name = "pygments" @@ -2562,4 +2565,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "a5f94009af67d62b4831cdb1eb3f9ebc1bd8aa666aae624ca8bf9afd60d5fd85" +content-hash = "3421d541b9f1fc873ca6cc9ea8675b4a966b4db4a26f14b796adaf18a1649c89" diff --git a/pyproject.toml b/pyproject.toml index 20e759604..ea1dc655d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pyxdg = "0.28" cruft = "2.15.0" oauthlib = "3.2.2" pyjwt = "2.8.0" -PyGithub = "1.59.1" +PyGithub = "2.1.1" reclass-rs = "0.1.1" [tool.poetry.dev-dependencies]