Skip to content

Commit

Permalink
Bump tqdm from 4.67.0 to 4.67.1 (#2103)
Browse files Browse the repository at this point in the history
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.0 to 4.67.1.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent fadcbcf commit b056263
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requests-cache = "==1.2.1"
requests-oauthlib = "==2.0.0"
rich = "==13.9.4"
six = "==1.16.0"
tqdm = "==4.67.0"
tqdm = "==4.67.1"
types-decorator = "==5.1.8.20240310"
typing-extensions = "==4.12.2"
url-normalize = "==1.4.3"
Expand Down
8 changes: 4 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ requests-cache==1.2.1
requests-oauthlib==2.0.0
rich==13.9.4; python_full_version >= '3.8.0'
six==1.16.0
tqdm==4.67.0; python_version >= '3.7'
tqdm==4.67.1; python_version >= '3.7'
types-decorator==5.1.8.20240310
typing-extensions==4.12.2
url-normalize==1.4.3
Expand Down

0 comments on commit b056263

Please sign in to comment.