address the dependabot issues

This commit is contained in:
avollkopf 2024-02-04 18:47:24 +01:00
parent 8b827268ce
commit ef67caaa68
4 changed files with 12 additions and 4 deletions

View file

@ -1,3 +1,3 @@
__version__ = "4.3.2.a6"
__version__ = "4.3.2.a7"
__codename__ = "Winter Storm"

View file

@ -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

View file

@ -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",

View file

@ -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",