Skip to content

Commit

Permalink
chore: bump pyathena and related packages (apache#21958)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho authored Oct 29, 2022
1 parent 33fc578 commit efefb66
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
15 changes: 6 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ amqp==5.1.0
apispec[yaml]==3.3.2
# via flask-appbuilder
attrs==21.2.0
# via
# jsonschema
# via jsonschema
babel==2.9.1
# via flask-babel
backoff==1.11.1
Expand Down Expand Up @@ -115,13 +114,14 @@ gunicorn==20.1.0
# via apache-superset
hashids==1.3.1
# via apache-superset
hijri-converter==2.2.4
# via holidays
holidays==0.16.0
# via apache-superset
humanize==3.11.0
# via apache-superset
idna==3.2
# via
# email-validator
# via email-validator
isodate==0.6.0
# via apache-superset
itsdangerous==2.1.1
Expand Down Expand Up @@ -214,7 +214,6 @@ pytz==2021.3
# via
# babel
# celery
# convertdate
# flask-babel
# pandas
pyyaml==5.4.1
Expand All @@ -232,16 +231,14 @@ six==1.16.0
# bleach
# click-repl
# flask-talisman
# holidays
# isodate
# jsonschema
# polyline
# prison
# pyrsistent
# python-dateutil
# sqlalchemy-utils
# wtforms-json
slack_sdk==3.18.3
slack-sdk==3.18.3
# via apache-superset
sqlalchemy==1.4.36
# via
Expand All @@ -259,7 +256,7 @@ sqlparse==0.4.3
# via apache-superset
tabulate==0.8.9
# via apache-superset
typing-extensions==3.10.0.0
typing-extensions==4.4.0
# via apache-superset
urllib3==1.26.6
# via selenium
Expand Down
2 changes: 2 additions & 0 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ certifi==2021.10.8
# via requests
chardet==4.0.0
# via tabulator
charset-normalizer==2.0.12
# via requests
decorator==5.1.1
# via ipython
et-xmlfile==1.1.0
Expand Down
2 changes: 2 additions & 0 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ pydata-google-auth==1.2.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
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,11 @@ def get_git_sha() -> str:
"sqlalchemy-utils>=0.38.3, <0.39",
"sqlparse>=0.4.3, <0.5",
"tabulate>=0.8.9, <0.9",
# needed to support Literal (3.8) and TypeGuard (3.10)
"typing-extensions>=3.10, <4",
"typing-extensions>=4, <5",
"wtforms-json",
],
extras_require={
"athena": ["pyathena>=1.10.8, <1.11"],
"athena": ["pyathena[pandas]>=2, <3"],
"aurora-data-api": ["preset-sqlalchemy-aurora-data-api>=0.2.8,<0.3"],
"bigquery": [
"pandas_gbq>=0.10.0",
Expand Down

0 comments on commit efefb66

Please sign in to comment.