change dependency -> trying to fix potential issue wit latest release and armv6 devices (Pi Zero W) -> Illegal Instruction PiBrewing/craftbeerpi4#108

This commit is contained in:
avollkopf 2023-04-05 07:02:11 +02:00
parent 35252a2b83
commit 662f29d094
3 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
__version__ = "4.1.7"
__version__ = "4.1.9"
__codename__ = "Groundhog Day"

View file

@ -7,7 +7,7 @@ aiohttp-session==2.12.0
aiohttp-swagger==1.0.16
aiojobs==1.1.0
aiosqlite==0.17.0
cryptography==40.0.0
cryptography==40.0.1
requests==2.28.1
voluptuous==0.13.1
pyfiglet==0.8.post1

View file

@ -47,7 +47,7 @@ setup(name='cbpi4',
"aiohttp-swagger==1.0.16",
"aiojobs==1.1.0 ",
"aiosqlite==0.17.0",
"cryptography==40.0.0",
"cryptography==40.0.1",
"requests==2.28.1",
"voluptuous==0.13.1",
"pyfiglet==0.8.post1",