diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 14524c7b1..b8aba4029 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -24,6 +24,6 @@ dependencies: - pysqa =0.2.0 - pytables =3.10.1 - sqlalchemy =2.0.36 -- tqdm =4.66.5 +- tqdm =4.66.6 - traitlets =5.14.3 - jupyter-book =1.0.0 diff --git a/.ci_support/environment-mini.yml b/.ci_support/environment-mini.yml index 68b25c745..357f2902f 100644 --- a/.ci_support/environment-mini.yml +++ b/.ci_support/environment-mini.yml @@ -15,6 +15,6 @@ dependencies: - pysqa =0.2.0 - pytables =3.10.1 - sqlalchemy =2.0.36 -- tqdm =4.66.5 +- tqdm =4.66.6 - traitlets =5.14.3 - setuptools diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 78d0bbd9d..325a9d673 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -22,5 +22,5 @@ dependencies: - pysqa =0.2.0 - pytables =3.10.1 - sqlalchemy =2.0.36 -- tqdm =4.66.5 +- tqdm =4.66.6 - traitlets =5.14.3 diff --git a/binder/environment.yml b/binder/environment.yml index a81e3ae86..650117ef8 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -21,5 +21,5 @@ dependencies: - pysqa =0.2.0 - pytables =3.10.1 - sqlalchemy =2.0.36 -- tqdm =4.66.5 +- tqdm =4.66.6 - traitlets =5.14.3 diff --git a/pyproject.toml b/pyproject.toml index a5daebfb7..e0f5cbe89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "pysqa==0.2.0", "sqlalchemy==2.0.36", "tables==3.10.1", - "tqdm==4.66.5", + "tqdm==4.66.6", "traitlets==5.14.3", ] dynamic = ["version"]