chore: bump dependencies (#23581)

Co-authored-by: Hugh A. Miles II <hughmil3s@gmail.com>
This commit is contained in:
Beto Dealmeida 2023-05-15 19:06:10 -07:00 committed by GitHub
parent 6baa552950
commit 78bc0693d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 10 deletions

View File

@ -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
@ -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
@ -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

View File

@ -22,4 +22,5 @@ ipython
progress>=1.5,<2
pyinstrument>=4.0.2,<5
pylint==2.9.6
setuptools>=65.5.1
sqloxide

View File

@ -1,4 +1,4 @@
# SHA1:48510babdc779399d3e065d67c6418cbf4f50ca3
# SHA1:6d10e2cb134133e823edef48aa3e33b2b1b85681
#
# This file is autogenerated by pip-compile-multi
# To update, run:

View File

@ -17,4 +17,4 @@
-r base.in
-e .[postgres]
gevent
greenlet==2.0.2
greenlet>=2.0.2

View File

@ -1,4 +1,4 @@
# SHA1:760660946a6dff943aa184cd697c9f2392256b90
# SHA1:439e3ee196ce81f342c935117ba5e0eeee8c385b
#
# This file is autogenerated by pip-compile-multi
# To update, run:
@ -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

View File

@ -97,6 +97,7 @@ setup(
"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",