diff --git a/README.md b/README.md index 7755420..7e1102d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

License: BSD-3-Clause Supported Python versions - Supported aiomqtt versions + Supported aiomqtt versions Supported aiocron versions Supported toml versions
diff --git a/app/requirements-test.txt b/app/requirements-test.txt index e27c39b..89e69c1 100644 --- a/app/requirements-test.txt +++ b/app/requirements-test.txt @@ -1,8 +1,8 @@ flake8==7.1.2 pytest==8.3.5 pytest-asyncio==0.26.0 - pytest-cov==6.0.0 + pytest-cov==6.1.0 python-dotenv==1.1.0 mock==5.2.0 - coverage==7.7.1 + coverage==7.8.0 jinja2-cli==0.8.2 \ No newline at end of file diff --git a/app/requirements.txt b/app/requirements.txt index 44d3791..3e203b0 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ - aiomqtt==2.3.0 + aiomqtt==2.3.1 schema==0.7.7 aiocron==2.1 - aiohttp==3.11.14 \ No newline at end of file + aiohttp==3.11.15 \ No newline at end of file