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

Flask: Bump pandas from 1.4.2 to 1.5.3 in /flask #1197

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
8 changes: 2 additions & 6 deletions flask/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ packaging==21.3
# via
# marshmallow
# pytest
pandas==1.4.2
pandas==1.5.3
# via -r requirements.in
pathspec==0.9.0
# via black
Expand Down Expand Up @@ -160,11 +160,7 @@ sqlalchemy==1.4.37
starkbank-ecdsa==2.0.3
# via sendgrid
tomli==2.0.1
# via
# black
# coverage
# pylint
# pytest
# via pytest
tomlkit==0.11.0
# via pylint
tzdata==2022.1
Expand Down
2 changes: 1 addition & 1 deletion flask/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ numpy==1.22.4
# via pandas
packaging==21.3
# via marshmallow
pandas==1.4.2
pandas==1.5.3
# via -r requirements.in
prometheus-client==0.14.1
# via prometheus-flask-exporter
Expand Down