mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-23 01:45:32 +00:00
Bump gidgethub from 5.2.1 to 5.3.0 (#59)
Bumps [gidgethub](https://github.com/brettcannon/gidgethub) from 5.2.1 to 5.3.0. - [Release notes](https://github.com/brettcannon/gidgethub/releases) - [Changelog](https://github.com/brettcannon/gidgethub/blob/main/docs/changelog.rst) - [Commits](https://github.com/brettcannon/gidgethub/compare/v5.2.1...v5.3.0) --- updated-dependencies: - dependency-name: gidgethub 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:
parent
ec48a71b9e
commit
151844fb3e
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -396,14 +396,14 @@ files = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gidgethub"
|
name = "gidgethub"
|
||||||
version = "5.2.1"
|
version = "5.3.0"
|
||||||
description = "An async GitHub API library"
|
description = "An async GitHub API library"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "gidgethub-5.2.1-py3-none-any.whl", hash = "sha256:8ac9cf5314aac0f3a33f46127d4a538d0ed1a7030027eb2fc4aa3b55c66abcef"},
|
{file = "gidgethub-5.3.0-py3-none-any.whl", hash = "sha256:4dd92f2252d12756b13f9dd15cde322bfb0d625b6fb5d680da1567ec74b462c0"},
|
||||||
{file = "gidgethub-5.2.1.tar.gz", hash = "sha256:a533f85a57955261433c250701476304cc374037c0ab66b0e5372b4846749d5c"},
|
{file = "gidgethub-5.3.0.tar.gz", hash = "sha256:9ece7d37fbceb819b80560e7ed58f936e48a65d37ec5f56db79145156b426a25"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -689,4 +689,4 @@ multidict = ">=4.0"
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "97ad3d811470cd00789c620dcf299e6113c25bf822657cc4de4ad77f1c9a9e03"
|
content-hash = "e6406aa8b5804f52ea12c910bfc9e393b24ff4b9c339ef6e6247414171faf3da"
|
||||||
|
|
|
@ -13,7 +13,7 @@ python-dateutil = "^2.8.2"
|
||||||
humanize = "^4.6.0"
|
humanize = "^4.6.0"
|
||||||
parsedatetime = "^2.6"
|
parsedatetime = "^2.6"
|
||||||
aiohttp = "^3.8.4"
|
aiohttp = "^3.8.4"
|
||||||
gidgethub = "^5.2.1"
|
gidgethub = "^5.3.0"
|
||||||
"discord.py" = "^2.2.3"
|
"discord.py" = "^2.2.3"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue