Compare commits

...

1 Commits

Author SHA1 Message Date
Renovate Bot 38dd448862 Update dependency click to v8.1.7 2023-08-18 00:11:19 +00:00
1 changed files with 4 additions and 41 deletions

45
poetry.lock generated
View File

@ -1,10 +1,9 @@
# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. # This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
[[package]] [[package]]
name = "asttokens" name = "asttokens"
version = "2.2.1" version = "2.2.1"
description = "Annotate AST trees with source code positions" description = "Annotate AST trees with source code positions"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -22,7 +21,6 @@ test = ["astroid", "pytest"]
name = "async-timeout" name = "async-timeout"
version = "4.0.2" version = "4.0.2"
description = "Timeout context manager for asyncio programs" description = "Timeout context manager for asyncio programs"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -34,7 +32,6 @@ files = [
name = "bleak" name = "bleak"
version = "0.20.2" version = "0.20.2"
description = "Bluetooth Low Energy platform Agnostic Klient" description = "Bluetooth Low Energy platform Agnostic Klient"
category = "main"
optional = false optional = false
python-versions = ">=3.7,<4.0" python-versions = ">=3.7,<4.0"
files = [ files = [
@ -54,7 +51,6 @@ pyobjc-framework-libdispatch = {version = ">=9.0.1,<10.0.0", markers = "platform
name = "bleak-winrt" name = "bleak-winrt"
version = "1.2.0" version = "1.2.0"
description = "Python WinRT bindings for Bleak" description = "Python WinRT bindings for Bleak"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -75,7 +71,6 @@ files = [
name = "cfgv" name = "cfgv"
version = "3.3.1" version = "3.3.1"
description = "Validate configuration and produce human readable error messages." description = "Validate configuration and produce human readable error messages."
category = "dev"
optional = false optional = false
python-versions = ">=3.6.1" python-versions = ">=3.6.1"
files = [ files = [
@ -85,14 +80,13 @@ files = [
[[package]] [[package]]
name = "click" name = "click"
version = "8.1.3" version = "8.1.7"
description = "Composable command line interface toolkit" description = "Composable command line interface toolkit"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"}, {file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"},
{file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"}, {file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"},
] ]
[package.dependencies] [package.dependencies]
@ -102,7 +96,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""}
name = "colorama" name = "colorama"
version = "0.4.6" version = "0.4.6"
description = "Cross-platform colored terminal text." description = "Cross-platform colored terminal text."
category = "main"
optional = false optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
files = [ files = [
@ -114,7 +107,6 @@ files = [
name = "dbus-fast" name = "dbus-fast"
version = "1.86.0" version = "1.86.0"
description = "A faster version of dbus-next" description = "A faster version of dbus-next"
category = "main"
optional = false optional = false
python-versions = ">=3.7,<4.0" python-versions = ">=3.7,<4.0"
files = [ files = [
@ -155,7 +147,6 @@ async-timeout = {version = ">=3.0.0", markers = "python_version < \"3.11\""}
name = "distlib" name = "distlib"
version = "0.3.6" version = "0.3.6"
description = "Distribution utilities" description = "Distribution utilities"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -167,7 +158,6 @@ files = [
name = "executing" name = "executing"
version = "1.2.0" version = "1.2.0"
description = "Get the currently executing AST node of a frame, and other information" description = "Get the currently executing AST node of a frame, and other information"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -182,7 +172,6 @@ tests = ["asttokens", "littleutils", "pytest", "rich"]
name = "filelock" name = "filelock"
version = "3.12.0" version = "3.12.0"
description = "A platform independent file lock." description = "A platform independent file lock."
category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -198,7 +187,6 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "diff-cover (>=7.5)", "p
name = "hexdump" name = "hexdump"
version = "3.3" version = "3.3"
description = "dump binary data to hex format and restore from there" description = "dump binary data to hex format and restore from there"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -209,7 +197,6 @@ files = [
name = "icecream" name = "icecream"
version = "2.1.3" version = "2.1.3"
description = "Never use print() to debug again; inspect variables, expressions, and program execution with a single, simple function call." description = "Never use print() to debug again; inspect variables, expressions, and program execution with a single, simple function call."
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -227,7 +214,6 @@ pygments = ">=2.2.0"
name = "identify" name = "identify"
version = "2.5.24" version = "2.5.24"
description = "File identification library for Python" description = "File identification library for Python"
category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -242,7 +228,6 @@ license = ["ukkonen"]
name = "importlib-metadata" name = "importlib-metadata"
version = "6.6.0" version = "6.6.0"
description = "Read metadata from Python packages" description = "Read metadata from Python packages"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -262,7 +247,6 @@ testing = ["flake8 (<5)", "flufl.flake8", "importlib-resources (>=1.3)", "packag
name = "linkify-it-py" name = "linkify-it-py"
version = "2.0.2" version = "2.0.2"
description = "Links recognition library with FULL unicode support." description = "Links recognition library with FULL unicode support."
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -283,7 +267,6 @@ test = ["coverage", "pytest", "pytest-cov"]
name = "markdown-it-py" name = "markdown-it-py"
version = "2.2.0" version = "2.2.0"
description = "Python port of markdown-it. Markdown parsing, done right!" description = "Python port of markdown-it. Markdown parsing, done right!"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -310,7 +293,6 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"]
name = "mdit-py-plugins" name = "mdit-py-plugins"
version = "0.3.5" version = "0.3.5"
description = "Collection of plugins for markdown-it-py" description = "Collection of plugins for markdown-it-py"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -330,7 +312,6 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"]
name = "mdurl" name = "mdurl"
version = "0.1.2" version = "0.1.2"
description = "Markdown URL utilities" description = "Markdown URL utilities"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -342,7 +323,6 @@ files = [
name = "nodeenv" name = "nodeenv"
version = "1.8.0" version = "1.8.0"
description = "Node.js virtual environment builder" description = "Node.js virtual environment builder"
category = "dev"
optional = false optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*" python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*"
files = [ files = [
@ -357,7 +337,6 @@ setuptools = "*"
name = "platformdirs" name = "platformdirs"
version = "3.5.1" version = "3.5.1"
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -373,7 +352,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.3.1)", "pytest-
name = "pre-commit" name = "pre-commit"
version = "3.3.1" version = "3.3.1"
description = "A framework for managing and maintaining multi-language pre-commit hooks." description = "A framework for managing and maintaining multi-language pre-commit hooks."
category = "dev"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
@ -392,7 +370,6 @@ virtualenv = ">=20.10.0"
name = "pygments" name = "pygments"
version = "2.15.1" version = "2.15.1"
description = "Pygments is a syntax highlighting package written in Python." description = "Pygments is a syntax highlighting package written in Python."
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -407,7 +384,6 @@ plugins = ["importlib-metadata"]
name = "pyobjc-core" name = "pyobjc-core"
version = "9.1.1" version = "9.1.1"
description = "Python<->ObjC Interoperability Module" description = "Python<->ObjC Interoperability Module"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -424,7 +400,6 @@ files = [
name = "pyobjc-framework-cocoa" name = "pyobjc-framework-cocoa"
version = "9.1.1" version = "9.1.1"
description = "Wrappers for the Cocoa frameworks on macOS" description = "Wrappers for the Cocoa frameworks on macOS"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -444,7 +419,6 @@ pyobjc-core = ">=9.1.1"
name = "pyobjc-framework-corebluetooth" name = "pyobjc-framework-corebluetooth"
version = "9.1.1" version = "9.1.1"
description = "Wrappers for the framework CoreBluetooth on macOS" description = "Wrappers for the framework CoreBluetooth on macOS"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -462,7 +436,6 @@ pyobjc-framework-Cocoa = ">=9.1.1"
name = "pyobjc-framework-libdispatch" name = "pyobjc-framework-libdispatch"
version = "9.1.1" version = "9.1.1"
description = "Wrappers for libdispatch on macOS" description = "Wrappers for libdispatch on macOS"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -482,7 +455,6 @@ pyobjc-core = ">=9.1.1"
name = "python-dispatch" name = "python-dispatch"
version = "0.2.1" version = "0.2.1"
description = "Lightweight Event Handling" description = "Lightweight Event Handling"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -494,7 +466,6 @@ files = [
name = "pyyaml" name = "pyyaml"
version = "6.0" version = "6.0"
description = "YAML parser and emitter for Python" description = "YAML parser and emitter for Python"
category = "dev"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -544,7 +515,6 @@ files = [
name = "rich" name = "rich"
version = "13.3.5" version = "13.3.5"
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
category = "main"
optional = false optional = false
python-versions = ">=3.7.0" python-versions = ">=3.7.0"
files = [ files = [
@ -563,7 +533,6 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"]
name = "setuptools" name = "setuptools"
version = "67.7.2" version = "67.7.2"
description = "Easily download, build, install, upgrade, and uninstall Python packages" description = "Easily download, build, install, upgrade, and uninstall Python packages"
category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -580,7 +549,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (
name = "six" name = "six"
version = "1.16.0" version = "1.16.0"
description = "Python 2 and 3 compatibility utilities" description = "Python 2 and 3 compatibility utilities"
category = "dev"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
files = [ files = [
@ -592,7 +560,6 @@ files = [
name = "textual" name = "textual"
version = "0.25.0" version = "0.25.0"
description = "Modern Text User Interface framework" description = "Modern Text User Interface framework"
category = "main"
optional = false optional = false
python-versions = ">=3.7,<4.0" python-versions = ">=3.7,<4.0"
files = [ files = [
@ -613,7 +580,6 @@ dev = ["aiohttp (>=3.8.1)", "click (>=8.1.2)", "msgpack (>=1.0.3)"]
name = "typing-extensions" name = "typing-extensions"
version = "4.5.0" version = "4.5.0"
description = "Backported and Experimental Type Hints for Python 3.7+" description = "Backported and Experimental Type Hints for Python 3.7+"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -625,7 +591,6 @@ files = [
name = "uc-micro-py" name = "uc-micro-py"
version = "1.0.2" version = "1.0.2"
description = "Micro subset of unicode data files for linkify-it-py projects." description = "Micro subset of unicode data files for linkify-it-py projects."
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -640,7 +605,6 @@ test = ["coverage", "pytest", "pytest-cov"]
name = "virtualenv" name = "virtualenv"
version = "20.23.0" version = "20.23.0"
description = "Virtual Python Environment builder" description = "Virtual Python Environment builder"
category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -661,7 +625,6 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess
name = "zipp" name = "zipp"
version = "3.15.0" version = "3.15.0"
description = "Backport of pathlib-compatible object wrapper for zip files" description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [