Bump click-repl from 0.2.0 to 0.3.0

Bumps [click-repl](https://github.com/untitaker/click-repl) from 0.2.0 to 0.3.0.
- [Changelog](https://github.com/click-contrib/click-repl/blob/master/Changelog.rst)
- [Commits](https://github.com/untitaker/click-repl/compare/0.2.0...0.3.0)

---
updated-dependencies:
- dependency-name: click-repl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-09-18 16:47:23 +00:00
committed by GitHub
parent 08d446d03e
commit 13090a675a
2 changed files with 11 additions and 9 deletions

18
poetry.lock generated
View File

@@ -708,19 +708,21 @@ dev = ["coveralls", "pytest (>=3.6)", "pytest-cov", "wheel"]
[[package]]
name = "click-repl"
version = "0.2.0"
version = "0.3.0"
description = "REPL plugin for Click"
optional = false
python-versions = "*"
python-versions = ">=3.6"
files = [
{file = "click-repl-0.2.0.tar.gz", hash = "sha256:cd12f68d745bf6151210790540b4cb064c7b13e571bc64b6957d98d120dacfd8"},
{file = "click_repl-0.2.0-py3-none-any.whl", hash = "sha256:94b3fbbc9406a236f176e0506524b2937e4b23b6f4c0c0b2a0a83f8a64e9194b"},
{file = "click-repl-0.3.0.tar.gz", hash = "sha256:17849c23dba3d667247dc4defe1757fff98694e90fe37474f3feebb69ced26a9"},
{file = "click_repl-0.3.0-py3-none-any.whl", hash = "sha256:fb7e06deb8da8de86180a33a9da97ac316751c094c6899382da7feeeeb51b812"},
]
[package.dependencies]
click = "*"
prompt-toolkit = "*"
six = "*"
click = ">=7.0"
prompt-toolkit = ">=3.0.36"
[package.extras]
testing = ["pytest (>=7.2.1)", "pytest-cov (>=4.0.0)", "tox (>=4.4.3)"]
[[package]]
name = "cloudfoundry-client"
@@ -4265,4 +4267,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "65bfc1af0c12473f0cc7e5f0b99928b63d9f00e4eb5d35d02fb02ad54d69530b"
content-hash = "70c016733bad85611bc1c588a6cec6b6d8d9680a9d22aa60c2f0b192e3367d60"

View File

@@ -31,7 +31,7 @@ click = "==8.1.6"
click-datetime = "==0.2"
click-didyoumean = "==0.3.0"
click-plugins = "==1.1.1"
click-repl = "==0.2.0"
click-repl = "==0.3.0"
colorama = "==0.4.4"
defusedxml = "==0.7.1"
deprecated = "==1.2.14"