Skip to content

Commit

Permalink
Merge pull request #1682 from pyiron/dependabot/pip/tqdm-4.66.6
Browse files Browse the repository at this point in the history
Bump tqdm from 4.66.5 to 4.66.6
  • Loading branch information
jan-janssen authored Oct 29, 2024
2 parents 53429d5 + 756698f commit 4626d51
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ dependencies:
- pysqa =0.2.0
- pytables =3.10.1
- sqlalchemy =2.0.36
- tqdm =4.66.5
- tqdm =4.66.6
- traitlets =5.14.3
- jupyter-book =1.0.0
2 changes: 1 addition & 1 deletion .ci_support/environment-mini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dependencies:
- pysqa =0.2.0
- pytables =3.10.1
- sqlalchemy =2.0.36
- tqdm =4.66.5
- tqdm =4.66.6
- traitlets =5.14.3
- setuptools
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ dependencies:
- pysqa =0.2.0
- pytables =3.10.1
- sqlalchemy =2.0.36
- tqdm =4.66.5
- tqdm =4.66.6
- traitlets =5.14.3
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ dependencies:
- pysqa =0.2.0
- pytables =3.10.1
- sqlalchemy =2.0.36
- tqdm =4.66.5
- tqdm =4.66.6
- traitlets =5.14.3
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"pysqa==0.2.0",
"sqlalchemy==2.0.36",
"tables==3.10.1",
"tqdm==4.66.5",
"tqdm==4.66.6",
"traitlets==5.14.3",
]
dynamic = ["version"]
Expand Down

0 comments on commit 4626d51

Please sign in to comment.