Skip to content

Commit

Permalink
updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
avollkopf committed Dec 30, 2023
1 parent 99f1175 commit 5bd187e
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.3.0.a4"
__version__ = "4.3.0.a5"
__codename__ = "Winter Storm"

6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
typing-extensions>=4
aiohttp==3.8.6
aiohttp==3.9.1
aiohttp-auth==0.1.1
aiohttp-route-decorator==0.1.4
aiohttp-security==0.4.0
aiohttp-security==0.5.0
aiohttp-session==2.12.0
aiohttp-swagger==1.0.16
aiojobs==1.1.0
aiojobs==1.2.1
aiosqlite==0.17.0
cryptography==41.0.7
pyopenssl==23.3.0
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
long_description_content_type='text/markdown',
install_requires=[
"typing-extensions>=4",
"aiohttp==3.8.6",
"aiohttp==3.9.1",
"aiohttp-auth==0.1.1",
"aiohttp-route-decorator==0.1.4",
"aiohttp-security==0.4.0",
"aiohttp-security==0.5.0",
"aiohttp-session==2.12.0",
"aiohttp-swagger==1.0.16",
"aiojobs==1.1.0 ",
"aiojobs==1.2.1 ",
"aiosqlite==0.17.0",
"cryptography==41.0.7",
"pyopenssl==23.3.0",
Expand Down

0 comments on commit 5bd187e

Please sign in to comment.