From ef67caaa68c2b32fc57c0a79981ab64ec416c949 Mon Sep 17 00:00:00 2001 From: avollkopf <43980694+avollkopf@users.noreply.github.com> Date: Sun, 4 Feb 2024 18:47:24 +0100 Subject: [PATCH] address the dependabot issues --- cbpi/__init__.py | 2 +- requirements.txt | 2 +- setup.py | 2 +- tests/cbpi-test-config/config.json | 10 +++++++++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/cbpi/__init__.py b/cbpi/__init__.py index 3f48e16..7313a54 100644 --- a/cbpi/__init__.py +++ b/cbpi/__init__.py @@ -1,3 +1,3 @@ -__version__ = "4.3.2.a6" +__version__ = "4.3.2.a7" __codename__ = "Winter Storm" diff --git a/requirements.txt b/requirements.txt index f13b20c..09cd3d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ typing-extensions>=4 -aiohttp==3.9.1 +aiohttp==3.9.3 aiohttp-auth==0.1.1 aiohttp-route-decorator==0.1.4 aiohttp-security==0.5.0 diff --git a/setup.py b/setup.py index bf23d32..8def85b 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup(name='cbpi4', long_description_content_type='text/markdown', install_requires=[ "typing-extensions>=4", - "aiohttp==3.9.1", + "aiohttp==3.9.3", "aiohttp-auth==0.1.1", "aiohttp-route-decorator==0.1.4", "aiohttp-security==0.5.0", diff --git a/tests/cbpi-test-config/config.json b/tests/cbpi-test-config/config.json index c71bc3b..48da07d 100644 --- a/tests/cbpi-test-config/config.json +++ b/tests/cbpi-test-config/config.json @@ -80,7 +80,7 @@ "options": null, "source": "hidden", "type": "string", - "value": "4.2.0.a6" + "value": "4.3.2.a6" }, "CSVLOGFILES": { "description": "Write sensor data to csv logfiles (enabling requires restart)", @@ -326,6 +326,14 @@ "type": "number", "value": 1 }, + "current_grid": { + "description": "Dashboard Grid Width", + "name": "current_grid", + "options": null, + "source": "hidden", + "type": "number", + "value": 5 + }, "max_dashboard_number": { "description": "Max Number of Dashboards", "name": "max_dashboard_number",