This commit is contained in:
avollkopf 2023-05-31 16:52:02 +02:00
parent 0441b73503
commit 8aa773db26
4 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
__version__ = "4.1.10.rc1" __version__ = "4.1.10.rc2"
__codename__ = "Groundhog Day" __codename__ = "Groundhog Day"

View file

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

View file

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

View file

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