From b0a229a824bd38b8b8037ada532d8398b056d746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 10:08:47 +0200 Subject: [PATCH] Bump homeassistant from 2023.6.0 to 2023.6.1 (#267) Bumps [homeassistant](https://github.com/home-assistant/core) from 2023.6.0 to 2023.6.1. - [Release notes](https://github.com/home-assistant/core/releases) - [Commits](https://github.com/home-assistant/core/compare/2023.6.0...2023.6.1) --- updated-dependencies: - dependency-name: homeassistant dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 74 +++++++------------------------------------------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 65 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0b5c74b..34e3d92 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry 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]] name = "aiohttp" version = "3.8.4" description = "Async http client/server framework (asyncio)" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -113,7 +112,6 @@ speedups = ["Brotli", "aiodns", "cchardet"] name = "aiosignal" version = "1.2.0" description = "aiosignal: a list of registered asynchronous callbacks" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -128,7 +126,6 @@ frozenlist = ">=1.1.0" name = "anyio" version = "3.6.1" description = "High level compatibility layer for multiple asynchronous event loop implementations" -category = "dev" optional = false python-versions = ">=3.6.2" files = [ @@ -149,7 +146,6 @@ trio = ["trio (>=0.16)"] name = "astral" version = "2.2" description = "Calculations for the position of the sun and moon." -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -164,7 +160,6 @@ pytz = "*" name = "astroid" version = "2.15.4" description = "An abstract syntax tree for Python with inference support." -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -184,7 +179,6 @@ wrapt = [ name = "async-timeout" version = "4.0.2" description = "Timeout context manager for asyncio programs" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -196,7 +190,6 @@ files = [ name = "atomicwrites-homeassistant" version = "1.4.1" description = "Atomic file writes." -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -208,7 +201,6 @@ files = [ name = "attrs" version = "22.2.0" description = "Classes Without Boilerplate" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -227,7 +219,6 @@ tests-no-zope = ["cloudpickle", "cloudpickle", "hypothesis", "hypothesis", "mypy name = "awesomeversion" version = "22.9.0" description = "One version package to rule them all, One version package to find them, One version package to bring them all, and in the darkness bind them." -category = "dev" optional = false python-versions = ">=3.7,<4.0" files = [ @@ -239,7 +230,6 @@ files = [ name = "bcrypt" version = "4.0.1" description = "Modern password hashing for your software and your servers" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -274,7 +264,6 @@ typecheck = ["mypy"] name = "certifi" version = "2022.12.7" description = "Python package for providing Mozilla's CA Bundle." -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -286,7 +275,6 @@ files = [ name = "cffi" version = "1.15.0" description = "Foreign Function Interface for Python calling C code." -category = "dev" optional = false python-versions = "*" files = [ @@ -349,7 +337,6 @@ pycparser = "*" name = "charset-normalizer" version = "2.0.12" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "dev" optional = false python-versions = ">=3.5.0" files = [ @@ -364,7 +351,6 @@ unicode-backport = ["unicodedata2"] name = "ciso8601" version = "2.3.0" description = "Fast ISO8601 date time parser for Python written in C" -category = "dev" optional = false python-versions = "*" files = [ @@ -419,7 +405,6 @@ files = [ name = "colorama" version = "0.4.5" description = "Cross-platform colored terminal text." -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -431,7 +416,6 @@ files = [ name = "cryptography" version = "40.0.2" description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -473,7 +457,6 @@ tox = ["tox"] name = "dill" version = "0.3.6" description = "serialize all of python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -488,7 +471,6 @@ graph = ["objgraph (>=1.7.2)"] name = "frozenlist" version = "1.3.0" description = "A list-like structure which implements collections.abc.MutableSequence" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -557,7 +539,6 @@ files = [ name = "h11" version = "0.12.0" description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -569,7 +550,6 @@ files = [ name = "home-assistant-bluetooth" version = "1.10.0" description = "Home Assistant Bluetooth Models and Helpers" -category = "dev" optional = false python-versions = ">=3.9,<4.0" files = [ @@ -579,14 +559,13 @@ files = [ [[package]] name = "homeassistant" -version = "2023.6.0" +version = "2023.6.1" description = "Open-source home automation platform running on Python 3." -category = "dev" optional = false python-versions = ">=3.10.0" files = [ - {file = "homeassistant-2023.6.0-py3-none-any.whl", hash = "sha256:9e445fbe2880b1544129d41482da07b3996492182b0b0684a97ec6bd42b6e8e2"}, - {file = "homeassistant-2023.6.0.tar.gz", hash = "sha256:744b3303de4423018c47666da5eecff307a1e056ea189064b28ee70af4e43c37"}, + {file = "homeassistant-2023.6.1-py3-none-any.whl", hash = "sha256:41d68c3c93583ff43db47da672886dd21344bbb87250132a5fa8b7809356d939"}, + {file = "homeassistant-2023.6.1.tar.gz", hash = "sha256:f05d8a895fe5ba34db696425d087c2c3343b1f1362a0700771f7e2ee52f6873b"}, ] [package.dependencies] @@ -622,7 +601,6 @@ yarl = "1.9.2" name = "httpcore" version = "0.15.0" description = "A minimal low-level HTTP client." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -631,20 +609,19 @@ files = [ ] [package.dependencies] -anyio = ">=3.0.0,<4.0.0" +anyio = "==3.*" certifi = "*" h11 = ">=0.11,<0.13" -sniffio = ">=1.0.0,<2.0.0" +sniffio = "==1.*" [package.extras] http2 = ["h2 (>=3,<5)"] -socks = ["socksio (>=1.0.0,<2.0.0)"] +socks = ["socksio (==1.*)"] [[package]] name = "httpx" version = "0.24.1" description = "The next generation HTTP client." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -660,15 +637,14 @@ sniffio = "*" [package.extras] brotli = ["brotli", "brotlicffi"] -cli = ["click (>=8.0.0,<9.0.0)", "pygments (>=2.0.0,<3.0.0)", "rich (>=10,<14)"] +cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<14)"] http2 = ["h2 (>=3,<5)"] -socks = ["socksio (>=1.0.0,<2.0.0)"] +socks = ["socksio (==1.*)"] [[package]] name = "idna" version = "3.3" description = "Internationalized Domain Names in Applications (IDNA)" -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -680,7 +656,6 @@ files = [ name = "ifaddr" version = "0.2.0" description = "Cross-platform network interface and IP address enumeration library" -category = "dev" optional = false python-versions = "*" files = [ @@ -692,7 +667,6 @@ files = [ name = "isort" version = "5.10.1" description = "A Python utility / library to sort Python imports." -category = "dev" optional = false python-versions = ">=3.6.1,<4.0" files = [ @@ -710,7 +684,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "jinja2" version = "3.1.2" description = "A very fast and expressive template engine." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -728,7 +701,6 @@ i18n = ["Babel (>=2.7)"] name = "lazy-object-proxy" version = "1.7.1" description = "A fast and thorough lazy object proxy." -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -775,7 +747,6 @@ files = [ name = "lru-dict" version = "1.1.8" description = "An Dict like LRU container." -category = "dev" optional = false python-versions = "*" files = [ @@ -836,7 +807,6 @@ test = ["pytest"] name = "markupsafe" version = "2.1.1" description = "Safely add untrusted strings to HTML/XML markup." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -886,7 +856,6 @@ files = [ name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -898,7 +867,6 @@ files = [ name = "multidict" version = "6.0.2" description = "multidict implementation" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -967,7 +935,6 @@ files = [ name = "orjson" version = "3.8.12" description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1023,7 +990,6 @@ files = [ name = "pip" version = "22.2.2" description = "The PyPA recommended tool for installing Python packages." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1035,7 +1001,6 @@ files = [ name = "platformdirs" version = "2.5.2" description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1051,7 +1016,6 @@ test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock name = "pycparser" version = "2.21" description = "C parser in Python" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -1063,7 +1027,6 @@ files = [ name = "pyjwt" version = "2.7.0" description = "JSON Web Token implementation in Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1081,7 +1044,6 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] name = "pylint" version = "2.17.4" description = "python code static checker" -category = "dev" optional = false python-versions = ">=3.7.2" files = [ @@ -1110,7 +1072,6 @@ testutils = ["gitpython (>3)"] name = "pyopenssl" version = "23.1.0" description = "Python wrapper module around the OpenSSL library" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1129,7 +1090,6 @@ test = ["flaky", "pretend", "pytest (>=3.0.1)"] name = "python-slugify" version = "4.0.1" description = "A Python Slugify application that handles Unicode" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -1146,7 +1106,6 @@ unidecode = ["Unidecode (>=1.1.1)"] name = "pytz" version = "2022.1" description = "World timezone definitions, modern and historical" -category = "dev" optional = false python-versions = "*" files = [ @@ -1158,7 +1117,6 @@ files = [ name = "pyyaml" version = "6.0" description = "YAML parser and emitter for Python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1208,7 +1166,6 @@ files = [ name = "requests" version = "2.31.0" description = "Python HTTP for Humans." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1230,7 +1187,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "sniffio" version = "1.2.0" description = "Sniff out which async library your code is running under" -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -1242,7 +1198,6 @@ files = [ name = "text-unidecode" version = "1.3" description = "The most basic Text::Unidecode port" -category = "dev" optional = false python-versions = "*" files = [ @@ -1254,7 +1209,6 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1266,7 +1220,6 @@ files = [ name = "tomlkit" version = "0.11.0" description = "Style preserving TOML library" -category = "dev" optional = false python-versions = ">=3.6,<4.0" files = [ @@ -1278,7 +1231,6 @@ files = [ name = "typing-extensions" version = "4.5.0" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1290,7 +1242,6 @@ files = [ name = "ulid-transform" version = "0.7.2" description = "Create and transform ULIDs" -category = "dev" optional = false python-versions = ">=3.10,<4.0" files = [ @@ -1316,7 +1267,6 @@ files = [ name = "urllib3" version = "1.26.9" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" files = [ @@ -1333,7 +1283,6 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] name = "voluptuous" version = "0.13.1" description = "" -category = "dev" optional = false python-versions = "*" files = [ @@ -1345,7 +1294,6 @@ files = [ name = "voluptuous-serialize" version = "2.6.0" description = "Convert voluptuous schemas to dictionaries" -category = "dev" optional = false python-versions = "*" files = [ @@ -1360,7 +1308,6 @@ voluptuous = "*" name = "wrapt" version = "1.14.1" description = "Module for decorators, wrappers and monkey patching." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -1434,7 +1381,6 @@ files = [ name = "yarl" version = "1.9.2" description = "Yet another URL library" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1521,4 +1467,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4b91a6124dba9ae209db57280bcfdfe2502c098811725c4059cc221cd2eb7fb4" +content-hash = "7b14a0300631c008a46644b53b572cdc9ce5bbdc8ab6adf5debbbc2e588bfe66" diff --git a/pyproject.toml b/pyproject.toml index 3e44aa8..cc56703 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,5 +9,5 @@ license = "GPL" python = "^3.10" [tool.poetry.dev-dependencies] -homeassistant = "^2023.6.0" +homeassistant = "^2023.6.1" pylint = "^2.17.4"