diff --git a/Pipfile b/Pipfile index d2b2690c..ad0b380c 100644 --- a/Pipfile +++ b/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -apache-superset = "==3.0.0" +apache-superset = "==3.0.1" cython = "==3.0.3" # pystan = "==3.7.0" urllib3 = "==1.26.17" diff --git a/Pipfile.lock b/Pipfile.lock index ee61ca3a..9bacb93f 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "c6ad0c7eeb53bfee34fafaddc8d2e3a668f653cf67656f357bfee299d5fc8acf" + "sha256": "e9fca3ca2421e16a48cf0658e289855a3222da22fb8c8f7b229ea6c4afc37672" }, "pipfile-spec": 6, "requires": { @@ -34,11 +34,11 @@ }, "apache-superset": { "hashes": [ - "sha256:7be2792bec92df8138af7c9159ecbbbe9e0a331ee4bf73bf1ff1e9cebec588af" + "sha256:595fe8c71bdf10070de1980fab018d46e07bb134b56e97f447ccdf2dbf924de1" ], "index": "pypi", "markers": "python_version ~= '3.9'", - "version": "==3.0.0" + "version": "==3.0.1" }, "apispec": { "extras": [ @@ -509,11 +509,11 @@ }, "flask-appbuilder": { "hashes": [ - "sha256:175757b7fe414c5899c68359bcc234d6a3947472ae05d5b080f73c19e75ef7c4", - "sha256:685f95f94445bd78b7fdbdeac9d02a1634a4eef44b9343bfc773b83d8568467d" + "sha256:463cd3b0d331232fae7b2babed50a69d2c2147d3b106e0f75c2044f19f4d801a", + "sha256:c928c340914e7da9f5d4a9c7092b1194c8c76ad61258eba8873f8af0d8ea3086" ], "markers": "python_version ~= '3.7'", - "version": "==4.3.8" + "version": "==4.3.9" }, "flask-babel": { "hashes": [ @@ -619,7 +619,7 @@ "sha256:3213aa5e8c24949e792bcacfc176fef362e7aac80b76c56f6b5122bf350722f0", "sha256:88ec8bff1d634f98e61b9f65bc4bf3cd918a90806c6f5c48bc5603849ec81033" ], - "markers": "sys_platform != 'win32'", + "markers": "python_version >= '3.5'", "version": "==21.2.0" }, "h11": { @@ -989,11 +989,11 @@ }, "outcome": { "hashes": [ - "sha256:6f82bd3de45da303cf1f771ecafa1633750a358436a8bb60e06a1ceb745d2672", - "sha256:c4ab89a56575d6d38a05aa16daeaa333109c1f96167aba8901ab18b6b5e0f7f5" + "sha256:588ef4dc10b64e8df160d8d1310c44e1927129a66d6d2ef86845cef512c5f24c", + "sha256:7b688fd82db72f4b0bc9e883a00359d4d4179cd97d27f09c9644d0c842ba7786" ], "markers": "python_version >= '3.7'", - "version": "==1.2.0" + "version": "==1.3.0" }, "packaging": { "hashes": [ @@ -1963,19 +1963,19 @@ }, "boto3": { "hashes": [ - "sha256:65d052ec13197460586ee385aa2d6bba0e7378d2d2c7f3e93c044c43ae1ca782", - "sha256:94218aba2feb5b404b665b8d76c172dc654f79b4c5fa0e9e92459c098da87bf4" + "sha256:9d52a1605657aeb5b19b09cfc01d9a92f88a616a5daf5479a59656d6341ea6b3", + "sha256:ff3d0116e0ca6c096547652390025780eace3a28f6c04c9ffbf38448f1e5a87b" ], "markers": "python_version >= '3.7'", - "version": "==1.28.63" + "version": "==1.28.65" }, "botocore": { "hashes": [ - "sha256:6e582c811ea74f25bdb490ac372b2645de4a60286b42ddd8c69f3b6df82b6b12", - "sha256:cb9db5db5af865b1fc2e1405b967db5d78dd0f4d84e5dc1974e082733c1034b7" + "sha256:90716c6f1af97e5c2f516e9a3379767ebdddcc6cbed79b026fa5038ce4e5e43e", + "sha256:f74e3da98dfcec17bc63ef58f82c643bf5bd7ec6cc11a26ede21cc4cd064917f" ], "markers": "python_version >= '3.7'", - "version": "==1.31.63" + "version": "==1.31.65" }, "cachelib": { "hashes": [ diff --git a/requirements-dev.txt b/requirements-dev.txt index 5d98cd4b..4d27598b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,8 +3,8 @@ asynch==0.2.2; python_version >= '3.7' and python_version < '4.0' authlib==1.2.1 bitarray==2.8.2 blinker==1.6.3; python_version >= '3.7' -boto3==1.28.62; python_version >= '3.7' -botocore==1.31.62; python_version >= '3.7' +boto3==1.28.65; python_version >= '3.7' +botocore==1.31.65; python_version >= '3.7' cachelib==0.10.2; python_version >= '3.7' cachetools==5.3.1; python_version >= '3.7' certifi==2023.7.22; python_version >= '3.6' @@ -27,13 +27,13 @@ fsspec==2023.9.2; python_version >= '3.8' future==0.18.3; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' gevent==23.9.1; python_version >= '3.8' google-api-core==2.12.0; python_version >= '3.7' -google-auth==2.23.2; python_version >= '3.7' +google-auth==2.23.3; python_version >= '3.7' google-cloud-bigquery==3.12.0; python_version >= '3.7' google-cloud-core==2.3.3; python_version >= '3.7' google-crc32c==1.5.0; python_version >= '3.7' google-resumable-media==2.6.0; python_version >= '3.7' -googleapis-common-protos==1.60.0; python_version >= '3.7' -greenlet==3.0.0; python_version >= '3.7' +googleapis-common-protos==1.61.0; python_version >= '3.7' +greenlet==3.0.0; python_version < '3.11' and platform_python_implementation == 'CPython' grpcio==1.59.0; python_version >= '3.7' grpcio-status==1.59.0 httplib2==0.22.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' @@ -93,7 +93,7 @@ zope.interface==6.1; python_version >= '3.7' zstd==1.5.5.1 alembic==1.12.0; python_version >= '3.7' amqp==5.1.1; python_version >= '3.6' -apache-superset==3.0.0; python_version ~= '3.9' +apache-superset==3.0.1; python_version ~= '3.9' apispec[yaml]==6.3.0; python_version >= '3.7' async-timeout==4.0.3; python_full_version <= '3.11.2' attrs==23.1.0; python_version >= '3.7' @@ -110,14 +110,14 @@ click-repl==0.3.0; python_version >= '3.6' colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' convertdate==2.4.0; python_version >= '3.7' and python_version < '4' cron-descriptor==1.4.0 -croniter==1.4.1; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' +croniter==2.0.1; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' cython==3.0.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' deprecated==1.2.14; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' 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.1.3; python_version < '3.11' -flask-appbuilder==4.3.7; python_version ~= '3.7' +flask-appbuilder==4.3.9; python_version ~= '3.7' flask-babel==2.0.0 flask-caching==1.11.1; python_version >= '3.7' flask-compress==1.14 @@ -131,7 +131,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.0; 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' @@ -154,7 +154,7 @@ msgpack==1.0.7; python_version >= '3.8' nh3==0.2.14 numpy==1.23.5; python_version >= '3.8' ordered-set==4.1.0; python_version >= '3.7' -outcome==1.2.0; python_version >= '3.7' +outcome==1.3.0; python_version >= '3.7' pandas==1.5.3; python_version >= '3.8' paramiko==3.3.1; python_version >= '3.6' parsedatetime==2.6 @@ -174,7 +174,7 @@ pyyaml==6.0.1; python_version >= '3.6' redis==4.6.0; python_version >= '3.7' referencing==0.30.2; python_version >= '3.8' rich==13.6.0; python_full_version >= '3.7.0' -rpds-py==0.10.4; python_version >= '3.8' +rpds-py==0.10.6; python_version >= '3.8' selenium==4.9.1; python_version >= '3.7' shortid==0.1.2 simplejson==3.19.2; python_version >= '2.5' and python_version not in '3.0, 3.1, 3.2, 3.3' @@ -193,6 +193,6 @@ vine==5.0.0; python_version >= '3.6' wcwidth==0.2.8 wrapt==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' wsproto==1.2.0; python_full_version >= '3.7.0' -wtforms==3.0.1; python_version >= '3.7' +wtforms==3.1.0; python_version >= '3.8' wtforms-json==0.3.5 xlsxwriter==3.0.9; python_version >= '3.6' diff --git a/requirements.txt b/requirements.txt index 815f80c8..aafbd29a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -i https://pypi.org/simple alembic==1.12.0; python_version >= '3.7' amqp==5.1.1; python_version >= '3.6' -apache-superset==3.0.0; python_version ~= '3.9' +apache-superset==3.0.1; python_version ~= '3.9' apispec[yaml]==6.3.0; python_version >= '3.7' async-timeout==4.0.3; python_full_version <= '3.11.2' attrs==23.1.0; python_version >= '3.7' @@ -32,7 +32,7 @@ dnspython==2.4.2; python_version >= '3.8' and python_version < '4.0' email-validator==1.3.1; python_version >= '3.5' exceptiongroup==1.1.3; python_version < '3.11' flask==2.3.3; python_version >= '3.8' -flask-appbuilder==4.3.8; python_version ~= '3.7' +flask-appbuilder==4.3.9; python_version ~= '3.7' flask-babel==2.0.0 flask-caching==1.11.1; python_version >= '3.7' flask-compress==1.14 @@ -46,7 +46,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.0; 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' @@ -74,7 +74,7 @@ msgpack==1.0.7; python_version >= '3.8' nh3==0.2.14 numpy==1.23.5; python_version >= '3.8' ordered-set==4.1.0; python_version >= '3.7' -outcome==1.2.0; python_version >= '3.7' +outcome==1.3.0; python_version >= '3.7' packaging==23.2; python_version >= '3.7' pandas==1.5.3; python_version >= '3.8' paramiko==3.3.1; python_version >= '3.6'