diff --git a/pyproject.toml b/pyproject.toml index f6a52115b..669d8c736 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,8 +20,8 @@ dependencies = [ "jupyter-client >=6.0", "qtconsole >=5.1", "sqlalchemy >=1.3", - "spinedb_api>=0.30.0", - "spine_engine>=0.23.0", + "spinedb_api>=0.30.1", + "spine_engine>=0.23.1", "numpy >=1.20.2", "matplotlib >= 3.5", "scipy >=1.7.1", @@ -30,7 +30,7 @@ dependencies = [ "pygments >=2.8", "jill >=0.9.2", "pyzmq >=21.0", - "spine-items>=0.21.0", + "spine-items>=0.21.1", ] [project.urls]