Skip to content

Commit

Permalink
update requirements (dependabot alert for aiohttp)
Browse files Browse the repository at this point in the history
  • Loading branch information
avollkopf committed Aug 21, 2024
1 parent 90289ef commit c3d6060
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3"
__version__ = "4.4.4"
__codename__ = "Yeast Starter"

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
typing-extensions>=4
aiohttp==3.9.5
aiohttp==3.10.5
aiohttp-auth==0.1.1
aiohttp-route-decorator==0.1.4
aiohttp-security==0.5.0
Expand Down
2 changes: 1 addition & 1 deletion 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.9.5",
"aiohttp==3.10.5",
"aiohttp-auth==0.1.1",
"aiohttp-route-decorator==0.1.4",
"aiohttp-security==0.5.0",
Expand Down

0 comments on commit c3d6060

Please sign in to comment.