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:
dependabot[bot] 2024-05-10 13:07:04 +00:00 committed by GitHub
parent 8aeb656360
commit 14e0512b12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
aiohttp==3.9.3
aiohttp==3.9.5
async-timeout==4.0.3
homeassistant==2024.4.0
homeassistant==2024.5.2
voluptuous==0.13.1
pytz==2024.1
svgwrite==1.4.3

View file

@ -1,5 +1,5 @@
homeassistant==2024.4.0
homeassistant==2024.5.2
pytest
pytest_homeassistant_custom_component==0.13.111
pytest_homeassistant_custom_component==0.13.122
freezegun
isort