diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 56282f64d..89c8c3c31 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -24,6 +24,6 @@ dependencies: - pysqa =0.2.2 - pytables =3.10.1 - sqlalchemy =2.0.36 -- tqdm =4.67.0 +- tqdm =4.67.1 - traitlets =5.14.3 - jupyter-book =1.0.0 diff --git a/.ci_support/environment-mini.yml b/.ci_support/environment-mini.yml index 83244b8f3..c9e210fda 100644 --- a/.ci_support/environment-mini.yml +++ b/.ci_support/environment-mini.yml @@ -15,6 +15,6 @@ dependencies: - pysqa =0.2.2 - pytables =3.10.1 - sqlalchemy =2.0.36 -- tqdm =4.67.0 +- tqdm =4.67.1 - traitlets =5.14.3 - setuptools diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 5b2311e5f..67f6d39c8 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -22,5 +22,5 @@ dependencies: - pysqa =0.2.2 - pytables =3.10.1 - sqlalchemy =2.0.36 -- tqdm =4.67.0 +- tqdm =4.67.1 - traitlets =5.14.3 diff --git a/binder/environment.yml b/binder/environment.yml index a1e386b07..071ccc991 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -21,5 +21,5 @@ dependencies: - pysqa =0.2.2 - pytables =3.10.1 - sqlalchemy =2.0.36 -- tqdm =4.67.0 +- tqdm =4.67.1 - traitlets =5.14.3 diff --git a/pyproject.toml b/pyproject.toml index 5b7c206e7..1802cc875 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "pysqa==0.2.2", "sqlalchemy==2.0.36", "tables==3.10.1", - "tqdm==4.67.0", + "tqdm==4.67.1", "traitlets==5.14.3", ] dynamic = ["version"]