Skip to content

Commit 9c648b9

Browse files
committed
Superset ~> v4.1.1
1 parent c17e333 commit 9c648b9

File tree

4 files changed

+94
-98
lines changed

4 files changed

+94
-98
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
apache-superset = "==4.1.0"
7+
apache-superset = "==4.1.1"
88
urllib3 = "==2.2.2"
99

1010
[dev-packages]

Pipfile.lock

Lines changed: 83 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements-dev.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ asynch==0.2.5; python_version >= '3.9' and python_version < '4.0'
33
authlib==1.3.1; python_version >= '3.8'
44
bitarray==3.0.0
55
blinker==1.9.0; python_version >= '3.9'
6-
boto3==1.35.65; python_version >= '3.8'
7-
botocore==1.35.65; python_version >= '3.8'
6+
boto3==1.35.67; python_version >= '3.8'
7+
botocore==1.35.67; python_version >= '3.8'
88
cachelib==0.9.0; python_version >= '3.7'
99
cachetools==5.5.0; python_version >= '3.7'
1010
certifi==2024.8.30; python_version >= '3.6'
@@ -81,7 +81,7 @@ pytz==2024.2
8181
requests==2.32.3; python_version >= '3.8'
8282
requests-oauthlib==1.1.0
8383
rsa==4.9; python_version >= '3.6' and python_version < '4'
84-
s3transfer==0.10.3; python_version >= '3.8'
84+
s3transfer==0.10.4; python_version >= '3.8'
8585
setuptools==75.6.0; python_version >= '3.9'
8686
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
8787
sqlalchemy==1.4.54; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
@@ -90,7 +90,7 @@ sqlalchemy-redshift==0.8.14; python_version >= '3.4'
9090
sqlalchemy-trino==0.5.0; python_version >= '3.7'
9191
stanio==0.5.1; python_version >= '3.8'
9292
tenacity==9.0.0; python_version >= '3.8'
93-
thrift==0.16.0
93+
thrift==0.16.0; python_version >= '3.0'
9494
thrift-sasl==0.4.3
9595
tqdm==4.67.0; python_version >= '3.7'
9696
trino[sqlalchemy]==0.330.0; python_version >= '3.8'
@@ -103,7 +103,7 @@ zope.interface==7.1.1; python_version >= '3.8'
103103
zstd==1.5.5.1
104104
alembic==1.14.0; python_version >= '3.8'
105105
amqp==5.3.1; python_version >= '3.6'
106-
apache-superset==4.1.0; python_version ~= '3.9'
106+
apache-superset==4.1.1; python_version ~= '3.9'
107107
apispec[yaml]==6.7.1; python_version >= '3.9'
108108
apsw==3.47.0.0; python_version >= '3.9'
109109
attrs==24.2.0; python_version >= '3.7'
@@ -130,7 +130,7 @@ flask-appbuilder==4.5.2; python_version ~= '3.7'
130130
flask-babel==2.0.0
131131
flask-caching==2.3.0; python_version >= '3.8'
132132
flask-compress==1.17; python_version >= '3.9'
133-
flask-jwt-extended==4.7.0; python_version >= '3.9' and python_version < '4'
133+
flask-jwt-extended==4.7.1; python_version >= '3.9' and python_version < '4'
134134
flask-limiter==3.8.0; python_version >= '3.8'
135135
flask-login==0.6.3; python_version >= '3.7'
136136
flask-migrate==3.1.0; python_version >= '3.6'
@@ -207,7 +207,7 @@ typing-extensions==4.12.2; python_version >= '3.8'
207207
url-normalize==1.4.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
208208
vine==5.1.0; python_version >= '3.6'
209209
wcwidth==0.2.13
210-
wrapt==1.16.0; python_version >= '3.6'
210+
wrapt==1.17.0; python_version >= '3.8'
211211
wsproto==1.2.0; python_full_version >= '3.7.0'
212212
wtforms==3.2.1; python_version >= '3.9'
213213
wtforms-json==0.3.5

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-i https://pypi.org/simple
22
alembic==1.14.0; python_version >= '3.8'
33
amqp==5.3.1; python_version >= '3.6'
4-
apache-superset==4.1.0; python_version ~= '3.9'
4+
apache-superset==4.1.1; python_version ~= '3.9'
55
apispec[yaml]==6.7.1; python_version >= '3.9'
66
apsw==3.47.0.0; python_version >= '3.9'
77
attrs==24.2.0; python_version >= '3.7'
@@ -37,7 +37,7 @@ flask-appbuilder==4.5.2; python_version ~= '3.7'
3737
flask-babel==2.0.0
3838
flask-caching==2.3.0; python_version >= '3.8'
3939
flask-compress==1.17; python_version >= '3.9'
40-
flask-jwt-extended==4.7.0; python_version >= '3.9' and python_version < '4'
40+
flask-jwt-extended==4.7.1; python_version >= '3.9' and python_version < '4'
4141
flask-limiter==3.8.0; python_version >= '3.8'
4242
flask-login==0.6.3; python_version >= '3.7'
4343
flask-migrate==3.1.0; python_version >= '3.6'
@@ -138,7 +138,7 @@ urllib3[socks]==2.2.2; python_version >= '3.8'
138138
vine==5.1.0; python_version >= '3.6'
139139
wcwidth==0.2.13
140140
werkzeug==3.1.3; python_version >= '3.9'
141-
wrapt==1.16.0; python_version >= '3.6'
141+
wrapt==1.17.0; python_version >= '3.8'
142142
wsproto==1.2.0; python_full_version >= '3.7.0'
143143
wtforms==3.2.1; python_version >= '3.9'
144144
wtforms-json==0.3.5

0 commit comments

Comments
 (0)