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 48 vulnerabilities #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
20 changes: 11 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ git+https://github.com/DefectDojo/django-tagging@develop#egg=django-tagging
django-watson==1.6.3
django-prometheus==2.2.0
Django==4.1.5
djangorestframework==3.14.0
gunicorn==20.1.0
djangorestframework==3.15.2
gunicorn==22.0.0
html2text==2020.1.16
humanize==4.6.0
jira==3.4.1
Expand All @@ -36,24 +36,24 @@ Markdown==3.4.1
mysqlclient==2.1.1
openpyxl==3.1.0
xlrd==1.2.0
Pillow==9.4.0 # required by django-imagekit
Pillow==10.3.0 # required by django-imagekit
psycopg2-binary==2.9.5
cryptography==39.0.0
cryptography==42.0.8
python-dateutil==2.8.2
pytz==2022.7.1
redis==4.4.2
requests==2.28.2
redis==4.4.4
requests==2.32.2
sqlalchemy==1.4.46 # Required by Celery broker transport
supervisor==4.2.5
urllib3==1.26.11
urllib3==1.26.19
uWSGI==2.0.21
vobject==0.9.6.1
whitenoise==5.2.0
titlecase==2.3
social-auth-app-django==5.0.0
social-auth-app-django==5.4.1
social-auth-core==4.3.0
Python-jose==3.3.0
gitpython==3.1.30
gitpython==3.1.41
debugpy==1.6.6
python-gitlab==3.13.0
google-api-python-client==2.76.0
Expand Down Expand Up @@ -86,3 +86,5 @@ boto3==1.26.64 # Required for Celery Broker AWS (SQS) support
netaddr==0.8.0
vulners==2.0.6
fontawesomefree==6.2.1
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability