Skip to content

Commit

Permalink
fixes dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Oct 24, 2024
1 parent 1252649 commit dd36038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ Werkzeug==2.0.3
wrapt==1.13.3
zipp==3.7.0
pyotp==2.9.0
aiofiles==24.1.0
aiofiles==23.2.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"uvicorn==0.18.2",
"python-dotenv==0.19.2",
"pyotp<3",
"aiofiles==24.1.0",
"aiofiles==23.2.1",
]
),
"flask": (
Expand Down

0 comments on commit dd36038

Please sign in to comment.