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 pandas subpackage(s) #31004

Merged
merged 1 commit into from
Nov 24, 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
16 changes: 9 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ billiard==4.2.0
# via celery
blinker==1.8.2
# via flask
bottleneck==1.3.8
bottleneck==1.4.2
# via pandas
brotli==1.1.0
# via flask-compress
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 @@ -185,7 +187,7 @@ korean-lunar-calendar==0.3.1
# via holidays
limits==3.12.0
# via flask-limiter
llvmlite==0.42.0
llvmlite==0.43.0
# via numba
mako==1.3.5
# via
Expand Down Expand Up @@ -215,9 +217,9 @@ msgspec==0.18.6
# via flask-session
nh3==0.2.17
# via apache-superset
numba==0.59.1
numba==0.60.0
# via pandas
numexpr==2.10.0
numexpr==2.10.1
# via
# -r requirements/base.in
# pandas
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 @@ -366,7 +368,7 @@ typing-extensions==4.12.0
# flask-limiter
# limits
# shillelagh
tzdata==2024.1
tzdata==2024.2
# via
# celery
# pandas
Expand Down
Loading