diff --git a/poetry.lock b/poetry.lock index 7d10899..32eb9b7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -439,7 +439,7 @@ use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "sensor-state-data" -version = "2.0.1" +version = "2.0.2" description = "Models for storing and converting Sensor Data state" category = "main" optional = false @@ -621,7 +621,7 @@ docs = ["myst-parser", "Sphinx", "sphinx-rtd-theme"] [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "ac8be02e020c2877fd72ced791b320b27540cb8b3b0ff8333a8b1ff3f71354c6" +content-hash = "cccc8c8406cec2a3937c314873dd660900a11cac57a4ca88669f36c807ee20b5" [metadata.files] alabaster = [ @@ -908,8 +908,8 @@ requests = [ {file = "requests-2.28.1.tar.gz", hash = "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"}, ] sensor-state-data = [ - {file = "sensor-state-data-2.0.1.tar.gz", hash = "sha256:c18d22ef3c6b1440a3e96db0d9d691174e36a748c9f9c59283107a4e55aa2f09"}, - {file = "sensor_state_data-2.0.1-py3-none-any.whl", hash = "sha256:ee3b2c4081431faf6879da89035966edbdc557ab99bba6d15bd2693f591a8437"}, + {file = "sensor-state-data-2.0.2.tar.gz", hash = "sha256:b294e9b83be5f75f0257808fce26b395f57ea12bbc77785915d3145652a75bff"}, + {file = "sensor_state_data-2.0.2-py3-none-any.whl", hash = "sha256:9d18f01457ddf0fdbf8c06a4fdea29298e01d15d52e8dc8ca310fe37d23cea73"}, ] snowballstemmer = [ {file = "snowballstemmer-2.2.0-py2.py3-none-any.whl", hash = "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a"}, diff --git a/pyproject.toml b/pyproject.toml index 74568bf..8431807 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ Sphinx = {version = "^5.0", optional = true} sphinx-rtd-theme = {version = "^1.0", optional = true} myst-parser = {version = "^0.18", optional = true} bluetooth-sensor-state-data = ">=1.5.0" -sensor-state-data = ">=2.0.1" +sensor-state-data = ">=2.0.2" [tool.poetry.extras] docs = [