Skip to content

Commit 317c6ea

Browse files
committed
Bump dependencies
1 parent e1fa96c commit 317c6ea

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ classifiers = [
2626
requires-python = ">=3.9"
2727
dependencies = [
2828
"flask>=3.0.2,<4.0",
29-
"python-dotenv>=0.9.0",
29+
"python-dotenv>=1.0.0,<2.0",
3030
"marshmallow>=3.18.0,<4.0",
3131
"sqlalchemy>=2.0,<3.0",
32-
"marshmallow-sqlalchemy>=0.29.0,<0.30",
33-
"flask_smorest>=0.43.0,<0.44",
32+
"marshmallow-sqlalchemy>=1.1.1,<2.0",
33+
"flask_smorest>=0.45.0,<0.46",
3434
"apispec>=6.1.0,<7.0",
3535
"authlib>=1.3.0,<2.0",
3636
"bemserver-core>=0.20.0,<0.21",

requirements/install.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ flask==3.0.3
5757
# via
5858
# bemserver-api (pyproject.toml)
5959
# flask-smorest
60-
flask-smorest==0.43.0
60+
flask-smorest==0.45.0
6161
# via bemserver-api (pyproject.toml)
6262
greenlet==3.0.3
6363
# via sqlalchemy
@@ -83,7 +83,7 @@ marshmallow==3.21.2
8383
# flask-smorest
8484
# marshmallow-sqlalchemy
8585
# webargs
86-
marshmallow-sqlalchemy==0.29.0
86+
marshmallow-sqlalchemy==1.1.1
8787
# via bemserver-api (pyproject.toml)
8888
numpy==1.26.4
8989
# via pandas
@@ -93,7 +93,6 @@ packaging==24.0
9393
# via
9494
# apispec
9595
# marshmallow
96-
# marshmallow-sqlalchemy
9796
# webargs
9897
pandas==2.2.2
9998
# via bemserver-core

0 commit comments

Comments
 (0)