Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(slack): use recommended method for file upload #23744

Merged
merged 1 commit into from
May 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions requirements/development.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
ipython
progress>=1.5,<2
pyinstrument>=4.0.2,<5
pylint==2.9.6
sqloxide
14 changes: 13 additions & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:80db36131ba9a8df7c34810cee7788f03cfb68b8
# SHA1:48510babdc779399d3e065d67c6418cbf4f50ca3
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions requirements/docker.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
-r base.in
-e .[postgres]
gevent
greenlet==2.0.2
6 changes: 2 additions & 4 deletions requirements/docker.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:b6943e4be5e050c458e66b470f517acda02c38e6
# SHA1:760660946a6dff943aa184cd697c9f2392256b90
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions requirements/integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ 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
# via virtualenv
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
Expand All @@ -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
Expand Down
17 changes: 2 additions & 15 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def get_git_sha() -> str:
"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",
Expand Down