Skip to content

Commit

Permalink
update some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zganger committed Oct 8, 2024
1 parent 2300543 commit faf801a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions requirements/_core.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ flake8
flask
flask-sqlalchemy
gunicorn
pandas==2.2.2
pandas==2.2.3
pip-tools
pydantic
pydantic-sqlalchemy
Expand All @@ -19,7 +19,7 @@ pytest-mock
python-dotenv
flask-user<0.7
wtforms
SQLAlchemy==1.4.51
SQLAlchemy==1.4.54
flask-wtf
flask-babelex
PyYAML
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev_unix.txt
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ packaging==24.0
# pytest-flask-sqlalchemy
# qtconsole
# qtpy
pandas==2.2.2
pandas==2.2.3
# via -r requirements/_core.in
pandocfilters==1.5.1
# via nbconvert
Expand Down Expand Up @@ -353,9 +353,9 @@ psutil==5.9.8
# via
# ipykernel
# mirakuru
psycopg==3.1.18
psycopg==3.2.3
# via pytest-postgresql
psycopg-binary==3.1.18
psycopg-binary==3.2.3
# via -r requirements/dev_unix.in
psycopg2-binary==2.9.9
# via -r requirements/dev_unix.in
Expand Down Expand Up @@ -484,7 +484,7 @@ speaklater==1.3
# via flask-babelex
spectree==1.2.9
# via -r requirements/_core.in
sqlalchemy==1.4.51
sqlalchemy==1.4.54
# via
# -r requirements/_core.in
# alembic
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev_windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ packaging==24.0
# pytest-flask-sqlalchemy
# qtconsole
# qtpy
pandas==2.2.2
pandas==2.2.3
# via -r requirements/_core.in
pandocfilters==1.5.1
# via nbconvert
Expand Down Expand Up @@ -353,7 +353,7 @@ psutil==5.9.8
# via
# ipykernel
# mirakuru
psycopg==3.1.18
psycopg==3.2.3
# via
# -r requirements/dev_windows.in
# pytest-postgresql
Expand Down Expand Up @@ -484,7 +484,7 @@ speaklater==1.3
# via flask-babelex
spectree==1.2.9
# via -r requirements/_core.in
sqlalchemy==1.4.51
sqlalchemy==1.4.54
# via
# -r requirements/_core.in
# alembic
Expand Down
8 changes: 4 additions & 4 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ packaging==24.0
# pytest-flask-sqlalchemy
# qtconsole
# qtpy
pandas==2.2.2
pandas==2.2.3
# via -r requirements/_core.in
pandocfilters==1.5.1
# via nbconvert
Expand Down Expand Up @@ -353,9 +353,9 @@ psutil==5.9.8
# via
# ipykernel
# mirakuru
psycopg==3.1.18
psycopg==3.2.3
# via pytest-postgresql
psycopg-binary==3.1.18
psycopg-binary==3.2.3
# via -r requirements/prod.in
psycopg2-binary==2.9.9
# via -r requirements/prod.in
Expand Down Expand Up @@ -484,7 +484,7 @@ speaklater==1.3
# via flask-babelex
spectree==1.2.9
# via -r requirements/_core.in
sqlalchemy==1.4.51
sqlalchemy==1.4.54
# via
# -r requirements/_core.in
# alembic
Expand Down

0 comments on commit faf801a

Please sign in to comment.