Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 3 vulnerabilities #3524

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ async-timeout==4.0.2
# via redis
cachetools==5.3.0
# via google-auth
certifi==2022.12.7
certifi==2023.7.22
# via
# elasticsearch
# requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.0.1
# via requests
cryptography==41.0.0
cryptography==41.0.2
# via social-auth-core
defusedxml==0.7.1
# via
Expand Down Expand Up @@ -156,3 +156,4 @@ whitenoise==6.3.0

# The following packages are considered to be unsafe in a requirements file:
# setuptools
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
Loading