From 4228ae6bc5a588af0865213e8898ba5a9dc4d33c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 06:42:04 +0000 Subject: [PATCH] Bump tqdm from 4.62.2 to 4.63.0 in /extra_requirements Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.62.2 to 4.63.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.62.2...v4.63.0) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- extra_requirements/requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra_requirements/requirements-tests.txt b/extra_requirements/requirements-tests.txt index 03c2c3b0c..9390b57a7 100644 --- a/extra_requirements/requirements-tests.txt +++ b/extra_requirements/requirements-tests.txt @@ -35,7 +35,7 @@ scikit-learn==1.0.2 scipy==1.7.3 # Strax dependency tensorflow==2.8.0; python_version<="3.9" tensorflow==2.8.0rc1; python_version=="3.10" -tqdm==4.62.2 +tqdm==4.63.0 typing_extensions==4.1.1 # Tensorflow/bokeh dependency utilix==0.6.6 wfsim==0.5.13; python_version<="3.9" # nestpy doesn't work in py3.10