mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-24 16:08:11 +01:00
another dependabot security update on cryptography
This commit is contained in:
parent
17d49d5a94
commit
50ff14184c
3 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
__version__ = "4.1.11"
|
||||
__version__ = "4.1.12.a1"
|
||||
__codename__ = "Groundhog Day"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ aiohttp-session==2.12.0
|
|||
aiohttp-swagger==1.0.16
|
||||
aiojobs==1.1.0
|
||||
aiosqlite==0.17.0
|
||||
cryptography==41.0.2
|
||||
cryptography==41.0.3
|
||||
pyopenssl==23.2.0
|
||||
requests==2.31.0
|
||||
voluptuous==0.13.1
|
||||
|
|
2
setup.py
2
setup.py
|
@ -47,7 +47,7 @@ setup(name='cbpi4',
|
|||
"aiohttp-swagger==1.0.16",
|
||||
"aiojobs==1.1.0 ",
|
||||
"aiosqlite==0.17.0",
|
||||
"cryptography==41.0.2",
|
||||
"cryptography==41.0.3",
|
||||
"pyopenssl==23.2.0",
|
||||
"requests==2.31.0",
|
||||
"voluptuous==0.13.1",
|
||||
|
|
Loading…
Reference in a new issue