diff --git a/poetry.lock b/poetry.lock index 5ae4b072..7dde9323 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1100,20 +1100,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" @@ -1272,6 +1275,20 @@ pytest = ">=5.0" [package.extras] dev = ["pre-commit", "pytest-asyncio", "tox"] +[[package]] +name = "python-dateutil" +version = "2.8.2" +description = "Extensions to the standard Python datetime module" +optional = false +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" +files = [ + {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"}, + {file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"}, +] + +[package.dependencies] +six = ">=1.5" + [[package]] name = "python-dotenv" version = "1.0.0" @@ -1898,4 +1915,4 @@ lua = ["lupa"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "0d54c148749572a47a2b39425eac1535490dcee7512a97696b2124fda83b5a9c" +content-hash = "3bec6670d29fc31e583aa07a90c9408321a4f106406ae6352452fbb204e06e21" diff --git a/pyproject.toml b/pyproject.toml index 06592c38..2f47894f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ flake8 = { version = "^6.1", python = ">=3.8.1" } flake8-pyproject = { version = "^1", python = ">=3.8.1" } hypothesis = "^6.70" mypy = "^1" -pygithub = "^1.58.2" +pygithub = "^2.1.1" pytest = "^7.4" pytest-asyncio = "^0.21" pytest-cov = "^4.0"