Skip to content

Commit

Permalink
fix: Bump aioweenect to 1.1.4 (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger authored Aug 7, 2024
1 parent d37988f commit 7bc6cfc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 24 deletions.
2 changes: 1 addition & 1 deletion custom_components/weenect/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"aioweenect"
],
"requirements": [
"aioweenect==1.1.2"
"aioweenect==1.1.4"
],
"version": "5.1.2"
}
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "hass-fressnapf-tracker"
name = "hass-weenect"
version = "5.1.2"
description = "Homeassistant Custom Component for weenect"
license = "MIT"
Expand All @@ -24,7 +24,7 @@ classifiers = [
]
requires-python = ">=3.12"
dependencies = [
"aioweenect>=0.1.2",
"aioweenect==1.1.4",
]

[build-system]
Expand Down
5 changes: 3 additions & 2 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ aiohttp==3.9.5
# via aiohttp-cors
# via aiohttp-fast-url-dispatcher
# via aiohttp-fast-zlib
# via aioweenect
# via hass-nabucasa
# via homeassistant
# via pytest-aiohttp
Expand All @@ -32,8 +33,8 @@ aiooui==0.1.6
# via bluetooth-adapters
aiosignal==1.3.1
# via aiohttp
aioweenect==1.1.1
# via hass-fressnapf-tracker
aioweenect==1.1.4
# via hass-weenect
aiozoneinfo==0.2.1
# via homeassistant
anyio==4.4.0
Expand Down
22 changes: 3 additions & 19 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,37 +12,21 @@
-e file:.
aiohappyeyeballs==2.3.4
# via aiohttp
aiohttp==3.10.0
aiohttp==3.10.1
# via aioweenect
aiosignal==1.3.1
# via aiohttp
aioweenect==1.1.2
# via hass-fressnapf-tracker
anyio==4.4.0
# via httpx
aioweenect==1.1.4
# via hass-weenect
attrs==24.1.0
# via aiohttp
certifi==2024.7.4
# via httpcore
# via httpx
frozenlist==1.4.1
# via aiohttp
# via aiosignal
h11==0.14.0
# via httpcore
httpcore==1.0.5
# via httpx
httpx==0.27.0
# via aioweenect
idna==3.7
# via anyio
# via httpx
# via yarl
multidict==6.0.5
# via aiohttp
# via yarl
sniffio==1.3.1
# via anyio
# via httpx
yarl==1.9.4
# via aiohttp

0 comments on commit 7bc6cfc

Please sign in to comment.