diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index fe7e84d33..93dbb877c 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -17,5 +17,5 @@ dependencies: - pysqa =0.1.0 - pytables =3.8.0 - sqlalchemy =2.0.19 -- tqdm =4.65.0 +- tqdm =4.66.1 - traitlets =5.9.0 diff --git a/setup.py b/setup.py index 17ea192f3..23f50e125 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ 'pysqa==0.1.0', 'sqlalchemy==2.0.19', 'tables==3.8.0', - 'tqdm==4.65.0', + 'tqdm==4.66.1', 'traitlets==5.9.0', ], cmdclass=versioneer.get_cmdclass(),