Skip to content

Commit 0248699

Browse files
build(deps-dev): update tqdm requirement from ~=4.67.0 to ~=4.68.1 (#272)
Updates the requirements on [tqdm](https://github.com/tqdm/tqdm) to permit the latest version. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.67.0...v4.68.1) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.68.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
1 parent bf54918 commit 0248699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cli = [
3232
"click~=8.4.0",
3333
"click-logging~=1.0.1",
3434
"tabulate~=0.10.0",
35-
"tqdm~=4.67.0",
35+
"tqdm~=4.68.1",
3636
]
3737

3838
[dependency-groups]

0 commit comments

Comments
 (0)