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 14 vulnerabilities #215

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
24 changes: 12 additions & 12 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cattrs==23.2.1
# via requests-cache
celery==5.2.2
# via apache-superset
certifi==2023.7.22
certifi==2024.7.4
# via requests
cffi==1.15.1
# via
Expand Down Expand Up @@ -78,7 +78,7 @@ cron-descriptor==1.2.24
# via apache-superset
croniter==1.0.15
# via apache-superset
cryptography==42.0.4
cryptography==43.0.1
# via
# apache-superset
# paramiko
Expand Down Expand Up @@ -106,7 +106,7 @@ flask==2.2.5
# flask-session
# flask-sqlalchemy
# flask-wtf
flask-appbuilder==4.3.11
flask-appbuilder==4.5.1
# via apache-superset
flask-babel==1.0.0
# via flask-appbuilder
Expand Down Expand Up @@ -146,17 +146,17 @@ greenlet==2.0.2
# via
# shillelagh
# sqlalchemy
gunicorn==21.2.0
gunicorn==22.0.0
# via apache-superset
hashids==1.3.1
# via apache-superset
hijri-converter==2.3.1
# via holidays
holidays==0.23
holidays==0.45
# via apache-superset
humanize==3.11.0
# via apache-superset
idna==3.2
idna==3.7
# via
# email-validator
# requests
Expand All @@ -173,7 +173,7 @@ itsdangerous==2.1.2
# via
# flask
# flask-wtf
jinja2==3.1.3
jinja2==3.1.4
# via
# flask
# flask-babel
Expand Down Expand Up @@ -298,7 +298,7 @@ pyyaml==6.0.1
# apispec
redis==4.5.4
# via apache-superset
requests==2.31.0
requests==2.32.2
# via
# requests-cache
# shillelagh
Expand Down Expand Up @@ -338,7 +338,7 @@ sqlalchemy-utils==0.38.3
# via
# apache-superset
# flask-appbuilder
sqlparse==0.4.4
sqlparse==0.5.0
# via apache-superset
sshtunnel==0.4.0
# via apache-superset
Expand All @@ -355,7 +355,7 @@ tzdata==2023.3
# via pandas
url-normalize==1.4.3
# via requests-cache
urllib3==1.26.18
urllib3==1.26.19
# via
# requests
# requests-cache
Expand Down Expand Up @@ -386,11 +386,11 @@ wtforms-json==0.3.5
# via apache-superset
xlsxwriter==3.0.7
# via apache-superset
zipp==3.15.0
zipp==3.19.1
# via
# importlib-metadata
# importlib-resources

# 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
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
Loading