mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
address dependabot alert #3 (https://github.com/PiBrewing/craftbeerpi4/security/dependabot/3)
This commit is contained in:
parent
0441b73503
commit
8aa773db26
4 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
||||||
__version__ = "4.1.10.rc1"
|
__version__ = "4.1.10.rc2"
|
||||||
__codename__ = "Groundhog Day"
|
__codename__ = "Groundhog Day"
|
||||||
|
|
||||||
|
|
|
@ -91,7 +91,7 @@ class CraftBeerPiCli():
|
||||||
print("Cant create Plugin. Folder {} already exists ".format(name))
|
print("Cant create Plugin. Folder {} already exists ".format(name))
|
||||||
return
|
return
|
||||||
|
|
||||||
url = 'https://github.com/Manuel83/craftbeerpi4-plugin-template/archive/main.zip'
|
url = 'https://github.com/PiBrewing/craftbeerpi4-plugin-template/archive/main.zip'
|
||||||
r = requests.get(url)
|
r = requests.get(url)
|
||||||
with open('temp.zip', 'wb') as f:
|
with open('temp.zip', 'wb') as f:
|
||||||
f.write(r.content)
|
f.write(r.content)
|
||||||
|
|
|
@ -8,7 +8,7 @@ aiohttp-swagger==1.0.16
|
||||||
aiojobs==1.1.0
|
aiojobs==1.1.0
|
||||||
aiosqlite==0.17.0
|
aiosqlite==0.17.0
|
||||||
cryptography==40.0.1
|
cryptography==40.0.1
|
||||||
requests==2.28.1
|
requests==2.31.0
|
||||||
voluptuous==0.13.1
|
voluptuous==0.13.1
|
||||||
pyfiglet==0.8.post1
|
pyfiglet==0.8.post1
|
||||||
pandas==1.5.3
|
pandas==1.5.3
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -48,7 +48,7 @@ setup(name='cbpi4',
|
||||||
"aiojobs==1.1.0 ",
|
"aiojobs==1.1.0 ",
|
||||||
"aiosqlite==0.17.0",
|
"aiosqlite==0.17.0",
|
||||||
"cryptography==40.0.1",
|
"cryptography==40.0.1",
|
||||||
"requests==2.28.1",
|
"requests==2.31.0",
|
||||||
"voluptuous==0.13.1",
|
"voluptuous==0.13.1",
|
||||||
"pyfiglet==0.8.post1",
|
"pyfiglet==0.8.post1",
|
||||||
'click==8.1.3',
|
'click==8.1.3',
|
||||||
|
|
Loading…
Reference in a new issue