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(🦾): bump python flask-babel subpackage(s) #31000

Merged
merged 1 commit into from
Nov 21, 2024
Merged
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
14 changes: 8 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ attrs==23.2.0
# cattrs
# jsonschema
# requests-cache
babel==2.15.0
babel==2.16.0
# via flask-babel
backoff==2.2.1
# via apache-superset
bcrypt==4.1.3
# via paramiko
billiard==4.2.0
# via celery
blinker==1.8.2
blinker==1.9.0
# via flask
bottleneck==1.3.8
# via pandas
Expand Down Expand Up @@ -148,7 +148,9 @@ geopy==2.4.1
google-auth==2.29.0
# via shillelagh
greenlet==3.0.3
# via shillelagh
# via
# shillelagh
# sqlalchemy
gunicorn==22.0.0
# via apache-superset
hashids==1.3.1
Expand Down Expand Up @@ -195,7 +197,7 @@ markdown==3.6
# via apache-superset
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
markupsafe==3.0.2
# via
# jinja2
# mako
Expand Down Expand Up @@ -299,7 +301,7 @@ python-dotenv==1.0.1
# via apache-superset
python-geohash==0.8.5
# via apache-superset
pytz==2024.1
pytz==2024.2
# via
# croniter
# flask-babel
Expand Down Expand Up @@ -385,7 +387,7 @@ vine==5.1.0
# kombu
wcwidth==0.2.13
# via prompt-toolkit
werkzeug==3.0.6
werkzeug==3.1.3
# via
# -r requirements/base.in
# flask
Expand Down
Loading