From f3ef4ff7d45e6e35661f68ed7a3b5c81a0d66f07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 23:52:55 +0000 Subject: [PATCH] Bump pygithub from 1.59.0 to 1.59.1 Bumps [pygithub](https://github.com/pygithub/pygithub) from 1.59.0 to 1.59.1. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/v1.59.1/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v1.59.0...v1.59.1) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 17b15cc..0afdd62 100644 --- a/poetry.lock +++ b/poetry.lock @@ -576,13 +576,13 @@ files = [ [[package]] name = "pygithub" -version = "1.59.0" +version = "1.59.1" description = "Use the full Github API v3" optional = false python-versions = ">=3.7" files = [ - {file = "PyGithub-1.59.0-py3-none-any.whl", hash = "sha256:126bdbae72087d8d038b113aab6b059b4553cb59348e3024bb1a1cae406ace9e"}, - {file = "PyGithub-1.59.0.tar.gz", hash = "sha256:6e05ff49bac3caa7d1d6177a10c6e55a3e20c85b92424cc198571fd0cf786690"}, + {file = "PyGithub-1.59.1-py3-none-any.whl", hash = "sha256:3d87a822e6c868142f0c2c4bf16cce4696b5a7a4d142a7bd160e1bdf75bc54a9"}, + {file = "PyGithub-1.59.1.tar.gz", hash = "sha256:c44e3a121c15bf9d3a5cc98d94c9a047a5132a9b01d22264627f58ade9ddc217"}, ] [package.dependencies] @@ -901,4 +901,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "f1e2323b53fd6d3a6f3661e6cd6f49d470b1e3f8dc4819f7eb379c42d4b7dd39" +content-hash = "28d57c9cfd472052bf81a7fb4beaf35449d5a62e28ef69522c2c000acec101f5" diff --git a/pyproject.toml b/pyproject.toml index 989d419..6729245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = ["Arduino "] [tool.poetry.dependencies] python = "3.11.2" GitPython = "3.1.32" -PyGithub = "1.59.0" +PyGithub = "1.59.1" PyYAML = "6.0.1" semver = "3.0.1"