This is an automated email from the ASF dual-hosted git repository.
beto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 9fd936c18c chore(slack): use recommended method for file upload
(#23744)
9fd936c18c is described below
commit 9fd936c18c854a5a3c2f14c5cf13bd49e0fda6ab
Author: Beto Dealmeida <[email protected]>
AuthorDate: Mon May 8 12:13:21 2023 -0700
chore(slack): use recommended method for file upload (#23744)
---
requirements/base.txt | 5 +++--
requirements/development.in | 1 +
requirements/development.txt | 14 +++++++++++++-
requirements/docker.in | 1 +
requirements/docker.txt | 6 ++----
requirements/integration.txt | 8 ++++----
requirements/testing.txt | 17 ++---------------
setup.py | 2 +-
8 files changed, 27 insertions(+), 27 deletions(-)
diff --git a/requirements/base.txt b/requirements/base.txt
index 9a8b734e8d..54c5c43cf5 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -124,6 +124,8 @@ geopy==2.2.0
# via apache-superset
graphlib-backport==1.0.3
# via apache-superset
+greenlet==2.0.2
+ # via sqlalchemy
gunicorn==20.1.0
# via apache-superset
hashids==1.3.1
@@ -274,7 +276,7 @@ six==1.16.0
# pyrsistent
# python-dateutil
# wtforms-json
-slack-sdk==3.18.3
+slack-sdk==3.21.3
# via apache-superset
sqlalchemy==1.4.36
# via
@@ -299,7 +301,6 @@ typing-extensions==4.4.0
# apache-superset
# flask-limiter
# limits
- # rich
urllib3==1.26.6
# via selenium
vine==5.0.0
diff --git a/requirements/development.in b/requirements/development.in
index 2baae3faeb..bd80b69ee0 100644
--- a/requirements/development.in
+++ b/requirements/development.in
@@ -21,4 +21,5 @@
ipython
progress>=1.5,<2
pyinstrument>=4.0.2,<5
+pylint==2.9.6
sqloxide
diff --git a/requirements/development.txt b/requirements/development.txt
index 3cdde5d623..26134a8df4 100644
--- a/requirements/development.txt
+++ b/requirements/development.txt
@@ -1,4 +1,4 @@
-# SHA1:80db36131ba9a8df7c34810cee7788f03cfb68b8
+# SHA1:48510babdc779399d3e065d67c6418cbf4f50ca3
#
# This file is autogenerated by pip-compile-multi
# To update, run:
@@ -12,6 +12,8 @@
# -r requirements/development.in
appnope==0.1.3
# via ipython
+astroid==2.6.6
+ # via pylint
asttokens==2.0.5
# via stack-data
backcall==0.2.0
@@ -44,6 +46,8 @@ ijson==3.1.4
# via tabulator
ipython==8.3.0
# via -r requirements/development.in
+isort==5.12.0
+ # via pylint
jedi==0.18.1
# via ipython
jmespath==0.10.0
@@ -52,10 +56,14 @@ jmespath==0.10.0
# botocore
jsonlines==2.0.0
# via tabulator
+lazy-object-proxy==1.9.0
+ # via astroid
linear-tsv==1.1.0
# via tabulator
matplotlib-inline==0.1.3
# via ipython
+mccabe==0.6.1
+ # via pylint
mysqlclient==2.1.0
# via apache-superset
openpyxl==3.0.7
@@ -84,6 +92,8 @@ pyhive[hive]==0.6.5
# via apache-superset
pyinstrument==4.0.2
# via -r requirements/development.in
+pylint==2.9.6
+ # via -r requirements/development.in
requests==2.26.0
# via
# pydruid
@@ -110,6 +120,8 @@ thrift==0.14.1
# thrift-sasl
thrift-sasl==0.4.3
# via pyhive
+toml==0.10.2
+ # via pylint
traitlets==5.2.1.post0
# via
# ipython
diff --git a/requirements/docker.in b/requirements/docker.in
index 7310c408bb..c6d185281d 100644
--- a/requirements/docker.in
+++ b/requirements/docker.in
@@ -17,3 +17,4 @@
-r base.in
-e .[postgres]
gevent
+greenlet==2.0.2
diff --git a/requirements/docker.txt b/requirements/docker.txt
index fb920773b7..cd2a6e175c 100644
--- a/requirements/docker.txt
+++ b/requirements/docker.txt
@@ -1,4 +1,4 @@
-# SHA1:b6943e4be5e050c458e66b470f517acda02c38e6
+# SHA1:760660946a6dff943aa184cd697c9f2392256b90
#
# This file is autogenerated by pip-compile-multi
# To update, run:
@@ -10,10 +10,8 @@
# via
# -r requirements/base.in
# -r requirements/docker.in
-gevent==21.8.0
+gevent==22.10.2
# via -r requirements/docker.in
-greenlet==1.1.3.post0
- # via gevent
psycopg2-binary==2.9.6
# via apache-superset
zope-event==4.5.0
diff --git a/requirements/integration.txt b/requirements/integration.txt
index 3b44aba46d..29c43279f9 100644
--- a/requirements/integration.txt
+++ b/requirements/integration.txt
@@ -30,7 +30,7 @@ packaging==21.3
pep517==0.11.0
# via build
pip-compile-multi==2.6.2
- # via -r integration.in
+ # via -r requirements/integration.in
pip-tools==6.8.0
# via pip-compile-multi
platformdirs==2.6.2
@@ -38,7 +38,7 @@ platformdirs==2.6.2
pluggy==0.13.1
# via tox
pre-commit==3.3.1
- # via -r integration.in
+ # via -r requirements/integration.in
py==1.10.0
# via tox
pyparsing==3.0.6
@@ -50,11 +50,11 @@ six==1.16.0
toml==0.10.2
# via tox
tomli==1.2.1
- # via pep517
+ # via build
toposort==1.6
# via pip-compile-multi
tox==3.25.1
- # via -r integration.in
+ # via -r requirements/integration.in
virtualenv==20.17.1
# via
# pre-commit
diff --git a/requirements/testing.txt b/requirements/testing.txt
index ead36ba3f6..26658eef74 100644
--- a/requirements/testing.txt
+++ b/requirements/testing.txt
@@ -12,8 +12,6 @@
# -r requirements/base.in
# -r requirements/development.in
# -r requirements/testing.in
-astroid==2.6.6
- # via pylint
cachetools==5.2.0
# via google-auth
coverage==5.5
@@ -45,7 +43,7 @@ google-auth-oauthlib==0.7.1
# via
# pandas-gbq
# pydata-google-auth
-google-cloud-bigquery[bqstorage,pandas]==3.4.0
+google-cloud-bigquery==3.4.0
# via
# apache-superset
# pandas-gbq
@@ -74,12 +72,6 @@ grpcio-status==1.51.1
# via google-api-core
iniconfig==1.1.1
# via pytest
-isort==5.12.0
- # via pylint
-lazy-object-proxy==1.6.0
- # via astroid
-mccabe==0.6.1
- # via pylint
oauthlib==3.2.2
# via requests-oauthlib
openapi-schema-validator==0.1.5
@@ -112,10 +104,6 @@ pydata-google-auth==1.4.0
# via pandas-gbq
pyfakefs==4.5.6
# via -r requirements/testing.in
-pyhive[presto]==0.6.5
- # via apache-superset
-pylint==2.9.6
- # via -r requirements/testing.in
pytest==6.2.4
# via
# -r requirements/testing.in
@@ -137,8 +125,7 @@ trino==0.319.0
# via apache-superset
websocket-client==1.2.0
# via docker
-wrapt==1.12.1
- # via astroid
+
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
diff --git a/setup.py b/setup.py
index 48991ed389..eb396b8cce 100644
--- a/setup.py
+++ b/setup.py
@@ -118,7 +118,7 @@ setup(
"shortid",
"sshtunnel>=0.4.0, <0.5",
"simplejson>=3.15.0",
- "slack_sdk>=3.1.1, <4",
+ "slack_sdk>=3.19.0, <4",
"sqlalchemy>=1.4, <2",
"sqlalchemy-utils>=0.38.3, <0.39",
"sqlparse>=0.4.3, <0.5",