From d730a22cb2d0f404252181fe6c78a551882e57f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:22:30 +0100 Subject: [PATCH] Bump tqdm from 4.67.0 to 4.67.1 (#366) * Bump tqdm from 4.67.0 to 4.67.1 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.0 to 4.67.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.0...v4.67.1) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyironrunner --- .ci_support/environment-docs.yml | 2 +- .ci_support/environment.yml | 2 +- binder/environment.yml | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index af04b5b..46e1aa3 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -10,6 +10,6 @@ dependencies: - pyyaml =6.0.2 - jinja2 =3.1.4 - paramiko =3.5.0 -- tqdm =4.67.0 +- tqdm =4.67.1 - jupyter-book =1.0.0 - python =3.12 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index de1f77e..d3cbeee 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -7,5 +7,5 @@ dependencies: - pyyaml =6.0.2 - jinja2 =3.1.4 - paramiko =3.5.0 -- tqdm =4.67.0 +- tqdm =4.67.1 - setuptools =75.1.0 diff --git a/binder/environment.yml b/binder/environment.yml index eb02253..d123e55 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -7,7 +7,7 @@ dependencies: - pyyaml =6.0.2 - jinja2 =3.1.4 - paramiko =3.5.0 -- tqdm =4.67.0 +- tqdm =4.67.1 - executorlib =0.0.2 - cloudpickle =3.0.0 - flux-core =0.59.0 diff --git a/pyproject.toml b/pyproject.toml index 2a0c1ac..512dae3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ Repository = "https://github.com/pyiron/pysqa" sge = ["defusedxml==0.7.1"] remote = [ "paramiko==3.5.0", - "tqdm==4.67.0", + "tqdm==4.67.1", ] twofactor = ["pyauthenticator==0.2.0"]