Skip to content

Commit

Permalink
Bump tqdm from 4.62.3 to 4.63.0
Browse files Browse the repository at this point in the history
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.62.3 to 4.63.0.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.62.3...v4.63.0)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 28, 2022
1 parent b899090 commit ab75750
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 @@ -16,7 +16,7 @@ python-git-info = "==0.7.1"
requests = ">=2.25.1"
requests-cache = "==0.9.1"
rich = "==11.2.0"
tqdm = "==4.62.3"
tqdm = "==4.63.0"
trakt = "==3.4.0"
urllib3 = ">=1.26.6"
websocket-client = "==1.3.1"
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 @@ -29,7 +29,7 @@ requests-oauthlib==1.3.1; python_version >= '2.7' and python_version not in '3.0
requests==2.27.1
rich==11.2.0
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tqdm==4.62.3
tqdm==4.63.0
trakt==3.4.0
url-normalize==1.4.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
urllib3==1.26.8
Expand Down

0 comments on commit ab75750

Please sign in to comment.