diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 302eb9231..8a2f7db55 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -19,7 +19,7 @@ dependencies: - pympipool =0.8.1 - pysqa =0.1.19 - pytables =3.9.2 -- sqlalchemy =2.0.29 +- sqlalchemy =2.0.30 - tqdm =4.66.2 - traitlets =5.14.3 - jupyter-book =1.0.0 \ No newline at end of file diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index f1738627b..c43244df8 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -19,6 +19,6 @@ dependencies: - pympipool =0.8.1 - pysqa =0.1.19 - pytables =3.9.2 -- sqlalchemy =2.0.29 +- sqlalchemy =2.0.30 - tqdm =4.66.2 - traitlets =5.14.3 diff --git a/pyproject.toml b/pyproject.toml index b0b80b385..ed333c797 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "pyfileindex==0.0.24", "pympipool==0.8.1", "pysqa==0.1.19", - "sqlalchemy==2.0.29", + "sqlalchemy==2.0.30", "tables==3.9.2", "tqdm==4.66.2", "traitlets==5.14.3",