Skip to content

Commit

Permalink
PyUP - Dependency Update Scheduled daily dependency update on tuesday (
Browse files Browse the repository at this point in the history
…#878)

* Pin tqdm to latest version 4.28.1

* Update requirements.txt

* Update CHANGELOG.md
  • Loading branch information
pyup-bot authored and Jonathan DEKHTIAR committed Oct 24, 2018
1 parent 705094e commit 0aeea43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ To release a new version, please update the changelog as followed:
### Dependencies Update
- pytest>=3.6,<3.9 => pytest>=3.6,<3.10 (PR #874)
- requests>=2.19,<2.20 => requests>=2.19,<2.21 (PR #874)
- tqdm>=4.23,<4.28 => tqdm>=4.23,<4.29 (PR #878)

### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ requests>=2.19,<2.21
scikit-learn>=0.19,<0.21
scikit-image>=0.14,<0.15
scipy>=1.1,<1.2
tqdm>=4.23,<4.28
tqdm>=4.23,<4.29
wrapt>=1.10,<1.11

0 comments on commit 0aeea43

Please sign in to comment.