Skip to content

Commit 2a684cf

Browse files
Bump tqdm from 4.68.1 to 4.68.2 (#533)
* Bump tqdm from 4.68.1 to 4.68.2 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.68.1 to 4.68.2. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.68.1...v4.68.2) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.68.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyironrunner <pyiron@mpie.de>
1 parent 91e61af commit 2a684cf

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- pyyaml =6.0.3
1111
- jinja2 =3.1.6
1212
- paramiko =5.0.0
13-
- tqdm =4.68.1
13+
- tqdm =4.68.2
1414
- jupyter-book =1.0.0
1515
- python =3.12
1616
- pydantic =2.13.4

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- pyyaml =6.0.3
88
- jinja2 =3.1.6
99
- paramiko =5.0.0
10-
- tqdm =4.68.1
10+
- tqdm =4.68.2
1111
- hatchling =1.30.1
1212
- hatch-vcs =0.5.0
1313
- pydantic =2.13.4

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- pyyaml =6.0.3
99
- jinja2 =3.1.6
1010
- paramiko =5.0.0
11-
- tqdm =4.68.1
11+
- tqdm =4.68.2
1212
- hatchling =1.30.1
1313
- hatch-vcs =0.5.0
1414
- pydantic =2.13.4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Repository = "https://github.com/pyiron/pysqa"
4747
sge = ["defusedxml==0.7.1"]
4848
remote = [
4949
"paramiko==5.0.0",
50-
"tqdm==4.68.1",
50+
"tqdm==4.68.2",
5151
]
5252
twofactor = ["pyauthenticator==0.3.0"]
5353
pydantic = ["pydantic==2.13.4"]

0 commit comments

Comments
 (0)