diff --git a/poetry.lock b/poetry.lock index 7b7aa6f1..ad9b3dcc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -579,13 +579,13 @@ files = [ [[package]] name = "pygithub" -version = "1.58.2" +version = "1.59.0" description = "Use the full Github API v3" optional = false python-versions = ">=3.7" files = [ - {file = "PyGithub-1.58.2-py3-none-any.whl", hash = "sha256:f435884af617c6debaa76cbc355372d1027445a56fbc39972a3b9ed4968badc8"}, - {file = "PyGithub-1.58.2.tar.gz", hash = "sha256:1e6b1b7afe31f75151fb81f7ab6b984a7188a852bdb123dbb9ae90023c3ce60f"}, + {file = "PyGithub-1.59.0-py3-none-any.whl", hash = "sha256:126bdbae72087d8d038b113aab6b059b4553cb59348e3024bb1a1cae406ace9e"}, + {file = "PyGithub-1.59.0.tar.gz", hash = "sha256:6e05ff49bac3caa7d1d6177a10c6e55a3e20c85b92424cc198571fd0cf786690"}, ] [package.dependencies] @@ -904,4 +904,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "fb5d91bfe42b65ed9b800df227f1a6d8fafb8169bb48525f183786498159466c" +content-hash = "5ee1c8363397315ae1d9025906d8299da6128963805c7c01de9269090c537f71" diff --git a/pyproject.toml b/pyproject.toml index e6c6528e..65282768 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = ["Arduino "] [tool.poetry.dependencies] python = "3.11.2" GitPython = "3.1.31" -PyGithub = "1.58.2" +PyGithub = "1.59.0" PyYAML = "6.0" semver = "3.0.1"