Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tqdm from 4.63.0 to 4.64.0 #440

Merged
merged 1 commit into from
Apr 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump tqdm from 4.63.0 to 4.64.0
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.63.0 to 4.64.0.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.63.0...v4.64.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 13, 2022
commit a6a40f104940106640bbc84f9794d966faccf948
9 changes: 4 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ html5lib==1.1
idna==3.3
Jinja2==3.0.3
lxml==4.8.0
MarkupSafe==2.0.1
MarkupSafe==2.1.1
mock==4.0.3
multidict==5.2.0;python_version<"3.7"
multidict==6.0.2;python_version>="3.7"
pycountry==22.1.10
multidict==6.0.2
pycountry==22.3.5
PyPDF2==1.26.0
PySocks==1.7.1
python-bidi==0.4.2
Expand All @@ -28,7 +27,7 @@ socid-extractor>=0.0.21
soupsieve==2.3.1
stem==1.8.0
torrequest==0.1.0
tqdm==4.63.0
tqdm==4.64.0
typing-extensions==4.1.1
webencodings==0.5.1
xhtml2pdf==0.2.7
Expand Down