diff --git a/pyproject.toml b/pyproject.toml index cc23eef..a8f9457 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "ayla_iot_unofficial" -version = "1.0.2" +version = "1.0.3" authors = [ { name="Reward One", email="rewardone@gmail.com" }, ] diff --git a/requirements.test.txt b/requirements.test.txt index 70724fd..959e0a3 100644 --- a/requirements.test.txt +++ b/requirements.test.txt @@ -1,3 +1,3 @@ pytest-asyncio==0.21.1 -pytest==7.4.1 +pytest==7.4.2 pytest-cov==4.1.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index d3dc14f..0308261 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -aiohttp>=3.8.5 +aiohttp>=3.8.4 requests>=2.31.0 ujson>=5.8.0 \ No newline at end of file diff --git a/src/ayla_iot_unofficial/__init__.py b/src/ayla_iot_unofficial/__init__.py index da49912..f82d5f3 100644 --- a/src/ayla_iot_unofficial/__init__.py +++ b/src/ayla_iot_unofficial/__init__.py @@ -13,4 +13,4 @@ AylaReadOnlyPropertyError, ) -__version__ = '1.0.2' \ No newline at end of file +__version__ = '1.0.3' \ No newline at end of file