Bump cleo from 1.0.0a4 to 1.0.0a5 (#270)

Bumps [cleo](https://github.com/sdispater/cleo) from 1.0.0a4 to 1.0.0a5.
- [Release notes](https://github.com/sdispater/cleo/releases)
- [Changelog](https://github.com/python-poetry/cleo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sdispater/cleo/compare/1.0.0a4...1.0.0a5)

---
updated-dependencies:
- dependency-name: cleo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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] 2022-06-10 10:26:03 +01:00 committed by GitHub
parent 3014905659
commit 30ad342684
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View file

@ -178,11 +178,11 @@ unicode_backport = ["unicodedata2"]
[[package]]
name = "cleo"
version = "1.0.0a4"
version = "1.0.0a5"
description = "Cleo allows you to create beautiful and testable command-line interfaces."
category = "main"
optional = false
python-versions = ">=3.6,<4.0"
python-versions = ">=3.7,<4.0"
[package.dependencies]
crashtest = ">=0.3.1,<0.4.0"
@ -1241,7 +1241,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "9e3ff370035f2044ab8e826f34d567147189474ebc46714e08173a4f5c6b0689"
content-hash = "c201a64f23ae8190416c90dd1fe3c443c2a1790ca9e488a7f3763d63aea23beb"
[metadata.files]
aioredis = [
@ -1370,8 +1370,8 @@ charset-normalizer = [
{file = "charset_normalizer-2.0.7-py3-none-any.whl", hash = "sha256:f7af805c321bfa1ce6714c51f254e0d5bb5e5834039bc17db7ebe3a4cec9492b"},
]
cleo = [
{file = "cleo-1.0.0a4-py3-none-any.whl", hash = "sha256:cdd0c3458c15ced3a9f0204b1e53a1b4bee3c56ebcb3ac54c872a56acc657a09"},
{file = "cleo-1.0.0a4.tar.gz", hash = "sha256:a103a065d031b7d936ee88a6b93086a69bd9c1b40fa2ebfe8c056285a66b481d"},
{file = "cleo-1.0.0a5-py3-none-any.whl", hash = "sha256:ff53056589300976e960f75afb792dfbfc9c78dcbb5a448e207a17b643826360"},
{file = "cleo-1.0.0a5.tar.gz", hash = "sha256:097c9d0e0332fd53cc89fc11eb0a6ba0309e6a3933c08f7b38558555486925d3"},
]
click = [
{file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"},

View file

@ -32,7 +32,7 @@ pptree = "^3.1"
types-redis = ">=3.5.9,<5.0.0"
types-six = "^1.16.1"
python-ulid = "^1.0.3"
cleo = "1.0.0a4"
cleo = "1.0.0a5"
typing-extensions = "^4.0.0"
hiredis = "^2.0.0"