mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-21 06:28:13 +01:00
address the dependabot issues
This commit is contained in:
parent
8b827268ce
commit
ef67caaa68
4 changed files with 12 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
|||
__version__ = "4.3.2.a6"
|
||||
__version__ = "4.3.2.a7"
|
||||
__codename__ = "Winter Storm"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
2
setup.py
2
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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue