Compare commits

..

2 Commits

Author SHA1 Message Date
dependabot[bot]
e5affe679c
Bump black from 24.3.0 to 24.4.0
Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.4.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/24.3.0...24.4.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 16:56:06 +00:00
dependabot[bot]
d1a434d442
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>
2024-04-15 18:55:15 +02:00
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 = "637b3ed3babdc2eace6aed1c6014b7edd65b617e4655b221c926108a1c4ab4db"
content-hash = "db2c25d4a0a88f25c9573c9934aed3ad173e7e962c3d4fb614a7d3094e80fe0e"

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]