Skip to content

Commit 8fbfe46

Browse files
pyup-botJonathan DEKHTIAR
authored and
Jonathan DEKHTIAR
committed
PyUP - Dependency Update Scheduled daily dependency update on tuesday (#868)
* Pin tqdm to latest version 4.27.0 * Update requirements.txt * Update CHANGELOG.md * Update CHANGELOG.md
1 parent 3a5fa3c commit 8fbfe46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ To release a new version, please update the changelog as followed:
9494
- matplotlib>=2.2,<2.3 => matplotlib>=2.2,<3.1 (PR #845)
9595
- scikit-learn>=0.19,<0.20 => scikit-learn>=0.19,<0.21 (PR #851)
9696
- tensorflow>=1.6,<1.11 => tensorflow>=1.6,<1.12 (PR #853)
97-
- tqdm>=4.23,<4.26 => tqdm>=4.23,<4.27 (PR #862)
97+
- tqdm>=4.23,<4.26 => tqdm>=4.23,<4.28 (PR #862 & #868)
9898
- pydocstyle>=2.1,<2.2 => pydocstyle>=2.1,<3.1 (PR #866)
9999

100100
### Deprecated

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.27
10+
tqdm>=4.23,<4.28
1111
wrapt>=1.10,<1.11

0 commit comments

Comments
 (0)