mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 21:45:40 +00:00
Bump humanize from 4.6.0 to 4.7.0 (#66)
Bumps [humanize](https://github.com/python-humanize/humanize) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/python-humanize/humanize/releases) - [Commits](https://github.com/python-humanize/humanize/compare/4.6.0...4.7.0) --- updated-dependencies: - dependency-name: humanize 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
ad85c365a3
commit
5c910ddba6
10
poetry.lock
generated
10
poetry.lock
generated
|
@ -410,13 +410,13 @@ tornado = ["tornado"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "humanize"
|
name = "humanize"
|
||||||
version = "4.6.0"
|
version = "4.7.0"
|
||||||
description = "Python humanize utilities"
|
description = "Python humanize utilities"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "humanize-4.6.0-py3-none-any.whl", hash = "sha256:401201aca462749773f02920139f302450cb548b70489b9b4b92be39fe3c3c50"},
|
{file = "humanize-4.7.0-py3-none-any.whl", hash = "sha256:df7c429c2d27372b249d3f26eb53b07b166b661326e0325793e0a988082e3889"},
|
||||||
{file = "humanize-4.6.0.tar.gz", hash = "sha256:5f1f22bc65911eb1a6ffe7659bd6598e33dcfeeb904eb16ee1e705a09bf75916"},
|
{file = "humanize-4.7.0.tar.gz", hash = "sha256:7ca0e43e870981fa684acb5b062deb307218193bca1a01f2b2676479df849b3a"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
|
@ -669,4 +669,4 @@ multidict = ">=4.0"
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "ecc1641c46080826e32d16a7f6c62bbf018c35e405b7002f279c7928adb2da6c"
|
content-hash = "d3a2d6e9815197f77d57fec1972b606b8ceef18f509989b55cd85b56fa8b2b58"
|
||||||
|
|
|
@ -10,7 +10,7 @@ repository = "https://github.com/reswitched/robocop-ng"
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
python-dateutil = "^2.8.2"
|
python-dateutil = "^2.8.2"
|
||||||
humanize = "^4.6.0"
|
humanize = "^4.7.0"
|
||||||
parsedatetime = "^2.6"
|
parsedatetime = "^2.6"
|
||||||
aiohttp = "^3.8.4"
|
aiohttp = "^3.8.4"
|
||||||
gidgethub = "^5.3.0"
|
gidgethub = "^5.3.0"
|
||||||
|
|
Loading…
Reference in a new issue