auth0 / auth0-python

Auth0 SDK for Python
https://auth0-python.readthedocs.io
MIT License
506 stars 164 forks source link

chore(dependencies): Update `requirements.txt` #553

Closed evansims closed 9 months ago

evansims commented 9 months ago

Changes

This PR updates the requirements.txt file to pin aiohttp to 3.8.5 to address CVE-2023-47627, cryptography to 41.0.5 to address CVE-2023-5363 and urllib3 to 2.0.7 to address CVE-2023-45803.

References

N/A

Testing

N/A

Checklist