Bump pygithub from 2.2.0 to 2.3.0 (#11)

Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/pygithub/pygithub/releases)
- [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst)
- [Commits](https://github.com/pygithub/pygithub/compare/v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: pygithub
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-15 18:55:15 +02:00 committed by GitHub
parent 35d79c989d
commit d1a434d442
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -388,13 +388,13 @@ files = [
[[package]]
name = "pygithub"
version = "2.2.0"
version = "2.3.0"
description = "Use the full Github API v3"
optional = false
python-versions = ">=3.7"
files = [
{file = "PyGithub-2.2.0-py3-none-any.whl", hash = "sha256:41042ea53e4c372219db708c38d2ca1fd4fadab75475bac27d89d339596cfad1"},
{file = "PyGithub-2.2.0.tar.gz", hash = "sha256:e39be7c4dc39418bdd6e3ecab5931c636170b8b21b4d26f9ecf7e6102a3b51c3"},
{file = "PyGithub-2.3.0-py3-none-any.whl", hash = "sha256:65b499728be3ce7b0cd2cd760da3b32f0f4d7bc55e5e0677617f90f6564e793e"},
{file = "PyGithub-2.3.0.tar.gz", hash = "sha256:0148d7347a1cdeed99af905077010aef81a4dad988b0ba51d4108bf66b443f7e"},
]
[package.dependencies]
@ -652,4 +652,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = ">=3.8"
content-hash = "17c6755484c2ca49e0e56acbc3c6a536f848d61832ad8f64f9eb87090b9307c2"
content-hash = "3af97fb21eb55575c2784b2477875ff7c4b12c7ca512445bd2342a55147cf6c6"

View File

@ -12,7 +12,7 @@ packages = [{include = "ryujinx_mako"}]
[tool.poetry.dependencies]
python = ">=3.8"
PyGithub = "^2.2.0"
PyGithub = "^2.3.0"
PyYAML = "^6.0.1"
[tool.poetry.group.dev.dependencies]