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 e4d5a2e commit cc22ee5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.2.3"
Expand Down
12 changes: 6 additions & 6 deletions Pipfile.lock

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

6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-i https://pypi.org/simple/
appdirs==1.4.4
attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
cattrs==1.10.0; python_version >= '3.7' and python_version < '4.0'
cattrs==1.10.0; python_version >= '3.7' and python_full_version < '4.0.0'
certifi==2021.10.8
charset-normalizer==2.0.12; python_version >= '3'
click==8.0.4
Expand All @@ -18,7 +18,7 @@ deprecated==1.2.13
idna==3.3; python_version >= '3'
inquirerpy==0.3.3
oauthlib==3.2.0; python_version >= '3.6'
pfzy==0.3.4; python_version >= '3.7' and python_version < '4.0'
pfzy==0.3.4; python_version >= '3.7' and python_full_version < '4.0.0'
plexapi==4.9.2
prompt-toolkit==3.0.28; python_full_version >= '3.6.2'
pygments==2.11.2; python_version >= '3.5'
Expand All @@ -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 cc22ee5

Please sign in to comment.