Skip to content

Commit

Permalink
Dependency bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
rewardone committed Sep 8, 2023
1 parent 1236080 commit 0a27738
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ayla_iot_unofficial"
version = "1.0.1"
version = "1.0.2"
authors = [
{ name="Reward One", email="[email protected]" },
]
Expand Down
4 changes: 2 additions & 2 deletions requirements.test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest-asyncio==0.21.0
pytest==7.3.2
pytest-asyncio==0.21.1
pytest==7.4.1
pytest-cov==4.1.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aiohttp>=3.8.4
aiohttp>=3.8.5
requests>=2.31.0
ujson>=5.7.0
ujson>=5.8.0
2 changes: 1 addition & 1 deletion src/ayla_iot_unofficial/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
AylaReadOnlyPropertyError,
)

__version__ = '1.0.1'
__version__ = '1.0.2'

0 comments on commit 0a27738

Please sign in to comment.