mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 11:39:26 +02:00
Update dependencies to fix dependabot alerts (#24)
* Bump aiohttp from 3.9.3 to 3.9.4 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 to 3.9.4. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update requirements --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jules Dejaeghere <dej.j@live.be>
This commit is contained in:
parent
8aeb656360
commit
14e0512b12
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
aiohttp==3.9.3
|
aiohttp==3.9.5
|
||||||
async-timeout==4.0.3
|
async-timeout==4.0.3
|
||||||
homeassistant==2024.4.0
|
homeassistant==2024.5.2
|
||||||
voluptuous==0.13.1
|
voluptuous==0.13.1
|
||||||
pytz==2024.1
|
pytz==2024.1
|
||||||
svgwrite==1.4.3
|
svgwrite==1.4.3
|
|
@ -1,5 +1,5 @@
|
||||||
homeassistant==2024.4.0
|
homeassistant==2024.5.2
|
||||||
pytest
|
pytest
|
||||||
pytest_homeassistant_custom_component==0.13.111
|
pytest_homeassistant_custom_component==0.13.122
|
||||||
freezegun
|
freezegun
|
||||||
isort
|
isort
|
Loading…
Add table
Reference in a new issue