Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed May 4, 2023
1 parent f3f5d92 commit 8c58b98
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 18 deletions.
15 changes: 10 additions & 5 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 @@ -158,8 +160,10 @@ korean-lunar-calendar==0.2.1
# via holidays
limits==3.3.1
# via flask-limiter
mako==1.1.4
# via alembic
mako==1.2.4
# via
# alembic
# apache-superset
markdown==3.3.4
# via apache-superset
markdown-it-py==2.2.0
Expand All @@ -168,6 +172,7 @@ markupsafe==2.1.1
# via
# jinja2
# mako
# werkzeug
# wtforms
marshmallow==3.13.0
# via
Expand Down Expand Up @@ -299,7 +304,6 @@ typing-extensions==4.4.0
# apache-superset
# flask-limiter
# limits
# rich
urllib3==1.26.6
# via selenium
vine==5.0.0
Expand All @@ -309,14 +313,15 @@ vine==5.0.0
# kombu
wcwidth==0.2.5
# via prompt-toolkit
werkzeug==2.1.2
werkzeug==2.3.3
# via
# apache-superset
# flask
# flask-jwt-extended
# flask-login
wrapt==1.12.1
# via deprecated
wtforms==3.0.1
wtforms==2.3.3
# via
# apache-superset
# flask-appbuilder
Expand Down
3 changes: 2 additions & 1 deletion requirements/docker.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
#
-r base.in
-e .[postgres]
gevent
gevent==22.10.2
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:40c32547abbf2404e58d7e5a3001b5cc566124ac
#
# 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
5 changes: 2 additions & 3 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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 @@ -137,8 +137,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
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def get_git_sha() -> str:
"holidays>=0.23, <0.24",
"humanize",
"isodate",
"Mako>=1.2.2",
"markdown>=3.0",
"msgpack>=1.0.0, <1.1",
"nh3>=0.2.11, <0.3",
Expand All @@ -116,6 +117,7 @@ def get_git_sha() -> str:
"redis>=4.5.4, <5.0",
"selenium>=3.141.0",
"shortid",
"setuptools>=65.5.1",
"sshtunnel>=0.4.0, <0.5",
"simplejson>=3.15.0",
"slack_sdk>=3.1.1, <4",
Expand All @@ -125,7 +127,8 @@ def get_git_sha() -> str:
"tabulate>=0.8.9, <0.9",
"typing-extensions>=4, <5",
"waitress; sys_platform == 'win32'",
"wtforms>=2.3.3, <4",
"werkzeug>=2.2.3",
"wtforms>=2.3.3, <2.4",
"wtforms-json",
"xlsxwriter>=3.0.7, <3.1",
],
Expand Down

0 comments on commit 8c58b98

Please sign in to comment.