Azure / azure-functions-durable-python

Python library for using the Durable Functions bindings.
MIT License
136 stars 55 forks source link

To fix MEND issue by updating the requirements.txt #503

Open santoshdata opened 5 months ago

santoshdata commented 5 months ago

🐛 Describe the bug

MEND vulnerability issue due to old version of aiohttp library under requirements.txt file

🤔 Expected behavior

MEND reported vulnerability due to not having latest version in requirements.txt files.

Steps to reproduce MEND is enabled at Azure DevOps Repo. Which scan vulnerability after each commit as well on periodic order also. Refer the screenshot for issue reported by MEND.

image

davidmrdavid commented 5 months ago

Thanks @santoshdata. @nytian - would you be able to submit this dependency upgrade and drive a release?