Skip to content

Commit

Permalink
update requirements (dependabot alarms and more)
Browse files Browse the repository at this point in the history
  • Loading branch information
avollkopf committed Nov 16, 2023
1 parent 35e83cd commit bb5efce
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion cbpi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "4.2.0.rc1"
__version__ = "4.2.0.rc2"
__codename__ = "Indian Summer"

12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
typing-extensions>=4
aiohttp==3.8.5
aiohttp==3.8.6
aiohttp-auth==0.1.1
aiohttp-route-decorator==0.1.4
aiohttp-security==0.4.0
aiohttp-session==2.12.0
aiohttp-swagger==1.0.16
aiojobs==1.1.0
aiosqlite==0.17.0
cryptography==41.0.4
pyopenssl==23.2.0
cryptography==41.0.5
pyopenssl==23.3.0
requests==2.31.0
voluptuous==0.13.1
pyfiglet==1.0.2
Expand All @@ -17,12 +17,12 @@ shortuuid==1.0.11
tabulate==0.9.0
numpy==1.24.1
cbpi4gui
click==8.1.3
click==8.1.7
importlib_metadata==4.11.1
aiomqtt==1.0.0
aiomqtt==1.2.1
psutil==5.9.6
zipp>=0.5
colorama==0.4.6
pytest-aiohttp
coverage==6.3.1
inquirer==3.1.1
inquirer==3.1.3
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,24 @@
long_description_content_type='text/markdown',
install_requires=[
"typing-extensions>=4",
"aiohttp==3.8.5",
"aiohttp==3.8.6",
"aiohttp-auth==0.1.1",
"aiohttp-route-decorator==0.1.4",
"aiohttp-security==0.4.0",
"aiohttp-session==2.12.0",
"aiohttp-swagger==1.0.16",
"aiojobs==1.1.0 ",
"aiosqlite==0.17.0",
"cryptography==41.0.4",
"pyopenssl==23.2.0",
"cryptography==41.0.5",
"pyopenssl==23.3.0",
"requests==2.31.0",
"voluptuous==0.13.1",
"pyfiglet==1.0.2",
'click==8.1.3',
'click==8.1.7',
'shortuuid==1.0.11',
'tabulate==0.9.0',
'aiomqtt==1.0.0',
'inquirer==3.1.1',
'aiomqtt==1.2.1',
'inquirer==3.1.3',
'colorama==0.4.6',
'psutil==5.9.6',
'cbpi4gui',
Expand Down

0 comments on commit bb5efce

Please sign in to comment.