Skip to content

Commit 8a4cf10

Browse files
pyup-botJonathan DEKHTIAR
authored andcommitted
PyUP - Dependency Update Scheduled daily dependency update on wednesday (#862)
* Pin tqdm to latest version 4.26.0 * Update CHANGELOG.md * Update requirements.txt
1 parent 0f688f0 commit 8a4cf10

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ To release a new version, please update the changelog as followed:
8181
- matplotlib>=2.2,<2.3 => matplotlib>=2.2,<3.1 (PR #845)
8282
- scikit-learn>=0.19,<0.20 => scikit-learn>=0.19,<0.21 (PR #851)
8383
- tensorflow>=1.6,<1.11 => tensorflow>=1.6,<1.12 (PR #853)
84+
- tqdm>=4.23,<4.26 => tqdm>=4.23,<4.27 (PR #862)
8485

8586
### Deprecated
8687

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ requests>=2.19,<2.20
77
scikit-learn>=0.19,<0.21
88
scikit-image>=0.14,<0.15
99
scipy>=1.1,<1.2
10-
tqdm>=4.23,<4.26
10+
tqdm>=4.23,<4.27
1111
wrapt>=1.10,<1.11

0 commit comments

Comments
 (0)