diff --git a/requirements/base.txt b/requirements/base.txt index c3be1e38f81..92660de80cd 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -155,6 +155,7 @@ greenlet==3.0.3 # via # apache-superset (pyproject.toml) # shillelagh + # sqlalchemy gunicorn==23.0.0 # via apache-superset (pyproject.toml) h11==0.14.0 @@ -309,7 +310,7 @@ python-dotenv==1.0.1 # via apache-superset (pyproject.toml) python-geohash==0.8.5 # via apache-superset (pyproject.toml) -pytz==2024.2 +pytz==2025.1 # via # croniter # flask-babel @@ -338,7 +339,7 @@ shillelagh==1.2.18 # via apache-superset (pyproject.toml) simplejson==3.19.3 # via apache-superset (pyproject.toml) -six==1.16.0 +six==1.17.0 # via # prison # python-dateutil @@ -388,7 +389,7 @@ typing-extensions==4.12.2 # rich # selenium # shillelagh -tzdata==2024.2 +tzdata==2025.1 # via # celery # kombu diff --git a/requirements/development.txt b/requirements/development.txt index 6525547f3a5..e2d0d421401 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -317,6 +317,7 @@ greenlet==3.0.3 # apache-superset # gevent # shillelagh + # sqlalchemy grpcio==1.68.0 # via # apache-superset @@ -681,7 +682,7 @@ python-geohash==0.8.5 # apache-superset python-ldap==3.4.4 # via apache-superset -pytz==2024.2 +pytz==2025.1 # via # -c requirements/base.txt # croniter @@ -753,7 +754,7 @@ simplejson==3.19.3 # via # -c requirements/base.txt # apache-superset -six==1.16.0 +six==1.17.0 # via # -c requirements/base.txt # prison @@ -842,7 +843,7 @@ typing-extensions==4.12.2 # rich # selenium # shillelagh -tzdata==2024.2 +tzdata==2025.1 # via # -c requirements/base.txt # celery