From 3f5ffc702677ced7d7b29423622aabeac06345be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 10:46:37 -0700 Subject: [PATCH 1/5] =?UTF-8?q?chore(=F0=9F=A6=BE):=20bump=20python=20flas?= =?UTF-8?q?k-caching=202.1.0=20->=202.3.0=20(#28463)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: GitHub Action --- requirements/base.txt | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index f31c458ac1a6b..952389e2a58f8 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -30,7 +30,7 @@ bcrypt==4.0.1 # via paramiko billiard==4.2.0 # via celery -blinker==1.7.0 +blinker==1.8.2 # via flask bottleneck==1.3.7 # via pandas @@ -113,7 +113,7 @@ flask-appbuilder==4.4.1 # via apache-superset flask-babel==1.0.0 # via flask-appbuilder -flask-caching==2.1.0 +flask-caching==2.3.0 # via apache-superset flask-compress==1.14 # via apache-superset @@ -148,7 +148,9 @@ geopy==2.4.1 google-auth==2.27.0 # via shillelagh greenlet==3.0.3 - # via shillelagh + # via + # shillelagh + # sqlalchemy gunicorn==21.2.0 # via apache-superset hashids==1.3.1 @@ -161,21 +163,17 @@ idna==3.2 # via # email-validator # requests -importlib-metadata==6.6.0 - # via - # apache-superset - # flask - # markdown - # shillelagh +importlib-metadata==7.1.0 + # via apache-superset importlib-resources==5.12.0 # via limits isodate==0.6.1 # via apache-superset -itsdangerous==2.1.2 +itsdangerous==2.2.0 # via # flask # flask-wtf -jinja2==3.1.3 +jinja2==3.1.4 # via # flask # flask-babel @@ -365,7 +363,6 @@ typing-extensions==4.10.0 # apache-superset # cattrs # flask-limiter - # kombu # limits # shillelagh tzdata==2023.3 @@ -406,10 +403,8 @@ wtforms-json==0.3.5 # via apache-superset xlsxwriter==3.0.9 # via apache-superset -zipp==3.15.0 - # via - # importlib-metadata - # importlib-resources +zipp==3.18.1 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools From e8ba5045d9a7f20473b4c02c0631a055a907a78c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 10:49:44 -0700 Subject: [PATCH 2/5] =?UTF-8?q?chore(=F0=9F=A6=BE):=20bump=20python=20mark?= =?UTF-8?q?down=20subpackage(s)=20(#28464)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: GitHub Action From 62b1757b07f85d17089c4728f1418260bd0fd57c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 10:53:42 -0700 Subject: [PATCH 3/5] =?UTF-8?q?chore(=F0=9F=A6=BE):=20bump=20python=20flas?= =?UTF-8?q?k-migrate=20subpackage(s)=20(#28465)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: GitHub Action --- requirements/base.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 952389e2a58f8..e02fb5d7a243a 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -187,7 +187,7 @@ limits==3.4.0 # via flask-limiter llvmlite==0.40.1 # via numba -mako==1.3.2 +mako==1.3.3 # via # alembic # apache-superset @@ -357,7 +357,7 @@ sshtunnel==0.4.0 # via apache-superset tabulate==0.8.10 # via apache-superset -typing-extensions==4.10.0 +typing-extensions==4.11.0 # via # alembic # apache-superset From 908a9bbb4cffeebd7ad6b9bf66ac22af4ef3a5e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 11:23:12 -0700 Subject: [PATCH 4/5] =?UTF-8?q?chore(=F0=9F=A6=BE):=20bump=20python=20flas?= =?UTF-8?q?k-session=20subpackage(s)=20(#28472)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: GitHub Action From fedd24522c15428e3db4de1e2763b42267b339fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 11:32:20 -0700 Subject: [PATCH 5/5] =?UTF-8?q?chore(=F0=9F=A6=BE):=20bump=20python=20cryp?= =?UTF-8?q?tography=2042.0.5=20->=2042.0.7=20(#28468)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: GitHub Action --- requirements/base.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index e02fb5d7a243a..e7ab93bc2f2e0 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -80,7 +80,7 @@ cron-descriptor==1.4.3 # via apache-superset croniter==2.0.3 # via apache-superset -cryptography==42.0.5 +cryptography==42.0.7 # via # apache-superset # paramiko @@ -148,9 +148,7 @@ geopy==2.4.1 google-auth==2.27.0 # via shillelagh greenlet==3.0.3 - # via - # shillelagh - # sqlalchemy + # via shillelagh gunicorn==21.2.0 # via apache-superset hashids==1.3.1