mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 20:45:41 +00:00
Bump humanize from 4.7.0 to 4.8.0 (#72)
Bumps [humanize](https://github.com/python-humanize/humanize) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/python-humanize/humanize/releases) - [Commits](https://github.com/python-humanize/humanize/compare/4.7.0...4.8.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
96016ae7f0
commit
31b9aeb436
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -410,13 +410,13 @@ tornado = ["tornado"]
|
|||
|
||||
[[package]]
|
||||
name = "humanize"
|
||||
version = "4.7.0"
|
||||
version = "4.8.0"
|
||||
description = "Python humanize utilities"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "humanize-4.7.0-py3-none-any.whl", hash = "sha256:df7c429c2d27372b249d3f26eb53b07b166b661326e0325793e0a988082e3889"},
|
||||
{file = "humanize-4.7.0.tar.gz", hash = "sha256:7ca0e43e870981fa684acb5b062deb307218193bca1a01f2b2676479df849b3a"},
|
||||
{file = "humanize-4.8.0-py3-none-any.whl", hash = "sha256:8bc9e2bb9315e61ec06bf690151ae35aeb65651ab091266941edf97c90836404"},
|
||||
{file = "humanize-4.8.0.tar.gz", hash = "sha256:9783373bf1eec713a770ecaa7c2d7a7902c98398009dfa3d8a2df91eec9311e8"},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
|
@ -669,4 +669,4 @@ multidict = ">=4.0"
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "024b4e809b1f3451396606f6aadeb1757d887df650b60b9ec43f6b0884201558"
|
||||
content-hash = "1a234e7f9be74cecf2218efb40241c42651d1afcf3aac70e8f3ff80e07ca4fc6"
|
||||
|
|
|
@ -10,7 +10,7 @@ repository = "https://github.com/reswitched/robocop-ng"
|
|||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
python-dateutil = "^2.8.2"
|
||||
humanize = "^4.7.0"
|
||||
humanize = "^4.8.0"
|
||||
parsedatetime = "^2.6"
|
||||
aiohttp = "^3.8.6"
|
||||
gidgethub = "^5.3.0"
|
||||
|
|
Loading…
Reference in a new issue