Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
avollkopf committed Dec 19, 2024
1 parent e2bf72b commit e5b3954
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.4.7.a4"
__version__ = "4.4.7.a5"
__codename__ = "Yeast Starter"

6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
typing-extensions>=4
aiohttp==3.10.11
aiohttp==3.11.11
aiohttp-auth==0.1.1
aiohttp-route-decorator==0.1.4
aiohttp-security==0.5.0
Expand All @@ -8,8 +8,8 @@ aiohttp-swagger==1.0.16
async-timeout==4.0.3
aiojobs==1.2.1
aiosqlite==0.17.0
cryptography==43.0.1
pyopenssl==24.2.1
cryptography==44.0.0
pyopenssl==24.3.0
requests==2.32.2
voluptuous==0.14.2
pyfiglet==1.0.2
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
long_description_content_type='text/markdown',
install_requires=[
"typing-extensions>=4",
"aiohttp==3.10.11",
"aiohttp==3.11.11",
"aiohttp-auth==0.1.1",
"aiohttp-route-decorator==0.1.4",
"aiohttp-security==0.5.0",
Expand All @@ -48,8 +48,8 @@
"async-timeout==4.0.3",
"aiojobs==1.2.1 ",
"aiosqlite==0.17.0",
"cryptography==43.0.1",
"pyopenssl==24.2.1",
"cryptography==44.0.0",
"pyopenssl==24.3.0",
"requests==2.32.2",
"voluptuous==0.14.2",
"pyfiglet==1.0.2",
Expand Down

0 comments on commit e5b3954

Please sign in to comment.