Skip to content

Commit

Permalink
chore: bump dependencies (#23581)
Browse files Browse the repository at this point in the history
Co-authored-by: Hugh A. Miles II <hughmil3s@gmail.com>
  • Loading branch information
betodealmeida and hughhhh committed May 16, 2023
1 parent 6baa552 commit 78bc069
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
10 changes: 7 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ geographiclib==1.52
# via geopy
geopy==2.2.0
# via apache-superset
greenlet==2.0.2
# via sqlalchemy
gunicorn==20.1.0
# via apache-superset
hashids==1.3.1
Expand Down Expand Up @@ -156,8 +158,10 @@ korean-lunar-calendar==0.2.1
# via holidays
limits==3.4.0
# 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 Down Expand Up @@ -312,7 +316,7 @@ werkzeug==2.3.3
# flask-login
wrapt==1.12.1
# via deprecated
wtforms==3.0.1
wtforms==2.3.3
# via
# apache-superset
# flask-appbuilder
Expand Down
1 change: 1 addition & 0 deletions requirements/development.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ ipython
progress>=1.5,<2
pyinstrument>=4.0.2,<5
pylint==2.9.6
setuptools>=65.5.1
sqloxide
2 changes: 1 addition & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:48510babdc779399d3e065d67c6418cbf4f50ca3
# SHA1:6d10e2cb134133e823edef48aa3e33b2b1b85681
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down
2 changes: 1 addition & 1 deletion requirements/docker.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
-r base.in
-e .[postgres]
gevent
greenlet==2.0.2
greenlet>=2.0.2
6 changes: 1 addition & 5 deletions requirements/docker.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:760660946a6dff943aa184cd697c9f2392256b90
# SHA1:439e3ee196ce81f342c935117ba5e0eeee8c385b
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand All @@ -12,10 +12,6 @@
# -r requirements/docker.in
gevent==22.10.2
# via -r requirements/docker.in
greenlet==2.0.2
# via
# -r requirements/docker.in
# gevent
psycopg2-binary==2.9.6
# via apache-superset
zope-event==4.5.0
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,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 Down

0 comments on commit 78bc069

Please sign in to comment.