Skip to content

Commit

Permalink
update pandas to 2.2.2 in requirements, compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Yavorsky committed Jun 4, 2024
1 parent 983d077 commit 91635c5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements/_core.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ flake8
flask
flask-sqlalchemy
gunicorn
pandas
pandas==2.2.2
pip-tools
pydantic
pydantic-sqlalchemy
Expand Down
8 changes: 5 additions & 3 deletions requirements/dev_unix.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements/dev_unix.in
Expand Down Expand Up @@ -308,7 +308,7 @@ packaging==24.0
# pytest-flask-sqlalchemy
# qtconsole
# qtpy
pandas==1.5.3
pandas==2.2.2
# via -r requirements/_core.in
pandocfilters==1.5.1
# via nbconvert
Expand Down Expand Up @@ -523,7 +523,9 @@ typing-extensions==4.10.0
# psycopg
# pydantic
tzdata==2024.1
# via celery
# via
# celery
# pandas
ua-parser==0.18.0
# via -r requirements/_core.in
uri-template==1.3.0
Expand Down
8 changes: 5 additions & 3 deletions requirements/dev_windows.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements/dev_windows.in
Expand Down Expand Up @@ -308,7 +308,7 @@ packaging==24.0
# pytest-flask-sqlalchemy
# qtconsole
# qtpy
pandas==1.5.3
pandas==2.2.2
# via -r requirements/_core.in
pandocfilters==1.5.1
# via nbconvert
Expand Down Expand Up @@ -523,7 +523,9 @@ typing-extensions==4.10.0
# psycopg
# pydantic
tzdata==2024.1
# via celery
# via
# celery
# pandas
ua-parser==0.18.0
# via -r requirements/_core.in
uri-template==1.3.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements/docs.in
Expand Down
8 changes: 5 additions & 3 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements/prod.in
Expand Down Expand Up @@ -308,7 +308,7 @@ packaging==24.0
# pytest-flask-sqlalchemy
# qtconsole
# qtpy
pandas==1.5.3
pandas==2.2.2
# via -r requirements/_core.in
pandocfilters==1.5.1
# via nbconvert
Expand Down Expand Up @@ -523,7 +523,9 @@ typing-extensions==4.10.0
# psycopg
# pydantic
tzdata==2024.1
# via celery
# via
# celery
# pandas
ua-parser==0.18.0
# via -r requirements/_core.in
uri-template==1.3.0
Expand Down

0 comments on commit 91635c5

Please sign in to comment.