Skip to content

Commit

Permalink
Superset ~> v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Jan 17, 2024
1 parent a33db6d commit 8d95ae3
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 53 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
apache-superset = "==3.0.2"
apache-superset = "==3.0.3"
urllib3 = "==2.0.7"

[dev-packages]
Expand Down
109 changes: 68 additions & 41 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ asynch==0.2.3; python_version >= '3.7' and python_version < '4.0'
authlib==1.2.1
bitarray==2.9.2
blinker==1.7.0; python_version >= '3.8'
boto3==1.34.19; python_version >= '3.8'
botocore==1.34.19; python_version >= '3.8'
boto3==1.34.20; python_version >= '3.8'
botocore==1.34.20; python_version >= '3.8'
cachelib==0.9.0; python_version >= '3.7'
cachetools==5.3.2; python_version >= '3.7'
certifi==2023.11.17; python_version >= '3.6'
Expand Down Expand Up @@ -38,7 +38,7 @@ google-cloud-core==2.4.1; python_version >= '3.7'
google-crc32c==1.5.0; python_version >= '3.7'
google-resumable-media==2.7.0; python_version >= '3.7'
googleapis-common-protos==1.62.0; python_version >= '3.7'
greenlet==3.0.3; python_version >= '3.11' and platform_python_implementation == 'CPython'
greenlet==3.0.3; python_version < '3.11' and platform_python_implementation == 'CPython'
holidays==0.23; python_version >= '3.7'
httplib2==0.22.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
idna==3.6; python_version >= '3.5'
Expand Down Expand Up @@ -106,8 +106,9 @@ zope.interface==6.1; python_version >= '3.7'
zstd==1.5.5.1
alembic==1.13.1; python_version >= '3.8'
amqp==5.2.0; python_version >= '3.6'
apache-superset==3.0.2; python_version ~= '3.9'
apache-superset==3.0.3; python_version ~= '3.9'
apispec[yaml]==6.4.0; python_version >= '3.8'
async-timeout==4.0.3; python_full_version <= '3.11.2'
attrs==23.2.0; python_version >= '3.7'
babel==2.14.0; python_version >= '3.7'
backoff==2.2.1; python_version >= '3.7' and python_version < '4.0'
Expand All @@ -126,6 +127,7 @@ deprecated==1.2.14; python_version >= '2.7' and python_version not in '3.0, 3.1,
deprecation==2.1.0
dnspython==2.4.2; python_version >= '3.8' and python_version < '4.0'
email-validator==1.3.1; python_version >= '3.5'
exceptiongroup==1.2.0; python_version < '3.11'
flask-appbuilder==4.3.10; python_version ~= '3.7'
flask-babel==2.0.0
flask-caching==2.1.0; python_version >= '3.7'
Expand All @@ -140,15 +142,15 @@ flask-wtf==1.2.1; python_version >= '3.8'
func-timeout==4.3.5
geographiclib==2.0; python_version >= '3.7'
geopy==2.4.1; python_version >= '3.7'
gunicorn==21.2.0; sys_platform != 'win32'
gunicorn==21.2.0; python_version >= '3.5'
h11==0.14.0; python_version >= '3.7'
hashids==1.3.1; python_version >= '2.7'
hijri-converter==2.3.1; python_version >= '3.7'
humanize==4.9.0; python_version >= '3.8'
importlib-metadata==7.0.1; python_version >= '3.8'
importlib-resources==6.1.1; python_version >= '3.8'
isodate==0.6.1
jsonschema==4.20.0; python_version >= '3.8'
jsonschema==4.21.0; python_version >= '3.8'
jsonschema-specifications==2023.12.1; python_version >= '3.8'
kombu==5.3.5; python_version >= '3.8'
korean-lunar-calendar==0.3.1
Expand All @@ -169,7 +171,7 @@ pgsanity==0.2.9
polyline==2.0.1; python_version >= '3.7'
prison==0.2.1
prompt-toolkit==3.0.43; python_full_version >= '3.7.0'
pyarrow==12.0.1; python_version >= '3.7'
pyarrow==14.0.2; python_version >= '3.8'
pygments==2.17.2; python_version >= '3.7'
pyjwt==2.8.0; python_version >= '3.7'
pynacl==1.5.0; python_version >= '3.6'
Expand Down
10 changes: 6 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
-i https://pypi.org/simple
alembic==1.13.1; python_version >= '3.8'
amqp==5.2.0; python_version >= '3.6'
apache-superset==3.0.2; python_version ~= '3.9'
apache-superset==3.0.3; python_version ~= '3.9'
apispec[yaml]==6.4.0; python_version >= '3.8'
async-timeout==4.0.3; python_full_version <= '3.11.2'
attrs==23.2.0; python_version >= '3.7'
babel==2.14.0; python_version >= '3.7'
backoff==2.2.1; python_version >= '3.7' and python_version < '4.0'
Expand All @@ -27,6 +28,7 @@ deprecated==1.2.14; python_version >= '2.7' and python_version not in '3.0, 3.1,
deprecation==2.1.0
dnspython==2.4.2; python_version >= '3.8' and python_version < '4.0'
email-validator==1.3.1; python_version >= '3.5'
exceptiongroup==1.2.0; python_version < '3.11'
flask==2.2.5; python_version >= '3.7'
flask-appbuilder==4.3.10; python_version ~= '3.7'
flask-babel==2.0.0
Expand All @@ -42,7 +44,7 @@ flask-wtf==1.2.1; python_version >= '3.8'
func-timeout==4.3.5
geographiclib==2.0; python_version >= '3.7'
geopy==2.4.1; python_version >= '3.7'
gunicorn==21.2.0; sys_platform != 'win32'
gunicorn==21.2.0; python_version >= '3.5'
h11==0.14.0; python_version >= '3.7'
hashids==1.3.1; python_version >= '2.7'
hijri-converter==2.3.1; python_version >= '3.7'
Expand All @@ -54,7 +56,7 @@ importlib-resources==6.1.1; python_version >= '3.8'
isodate==0.6.1
itsdangerous==2.1.2; python_version >= '3.7'
jinja2==3.1.3; python_version >= '3.7'
jsonschema==4.20.0; python_version >= '3.8'
jsonschema==4.21.0; python_version >= '3.8'
jsonschema-specifications==2023.12.1; python_version >= '3.8'
kombu==5.3.5; python_version >= '3.8'
korean-lunar-calendar==0.3.1
Expand All @@ -79,7 +81,7 @@ pgsanity==0.2.9
polyline==2.0.1; python_version >= '3.7'
prison==0.2.1
prompt-toolkit==3.0.43; python_full_version >= '3.7.0'
pyarrow==12.0.1; python_version >= '3.7'
pyarrow==14.0.2; python_version >= '3.8'
pycparser==2.21
pygments==2.17.2; python_version >= '3.7'
pyjwt==2.8.0; python_version >= '3.7'
Expand Down

0 comments on commit 8d95ae3

Please sign in to comment.