Skip to content

Commit 705094e

Browse files
pyup-botJonathan DEKHTIAR
authored andcommitted
PyUP - Dependency Update Scheduled daily dependency update on saturday (#874)
* Pin requests to latest version 2.20.0 * Pin pytest to latest version 3.9.1 * Update requirements.txt * Update requirements_test.txt * Update CHANGELOG.md
1 parent f8c8448 commit 705094e

File tree

3 files changed

+24
-10
lines changed

3 files changed

+24
-10
lines changed

CHANGELOG.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,26 @@ To release a new version, please update the changelog as followed:
6767

6868
<!-- YOU CAN EDIT FROM HERE -->
6969

70+
## [Unreleased]
71+
72+
### Added
73+
74+
### Changed
75+
76+
### Dependencies Update
77+
- pytest>=3.6,<3.9 => pytest>=3.6,<3.10 (PR #874)
78+
- requests>=2.19,<2.20 => requests>=2.19,<2.21 (PR #874)
79+
80+
### Deprecated
81+
82+
### Fixed
83+
84+
### Removed
85+
86+
### Security
87+
88+
### Contributors
89+
7090
## [1.11.0] - 2018-10-18
7191

7292
### Added
@@ -85,7 +105,6 @@ To release a new version, please update the changelog as followed:
85105
- `examples/data_process/tutorial_fast_affine_transform.py` (PR #857)
86106

87107
### Changed
88-
89108
- BatchNormLayer: support `data_format`
90109

91110
### Dependencies Update
@@ -97,15 +116,9 @@ To release a new version, please update the changelog as followed:
97116
- tqdm>=4.23,<4.26 => tqdm>=4.23,<4.28 (PR #862 & #868)
98117
- pydocstyle>=2.1,<2.2 => pydocstyle>=2.1,<3.1 (PR #866)
99118

100-
### Deprecated
101-
102119
### Fixed
103120
- Correct offset calculation in `tl.prepro.transform_matrix_offset_center` (PR #855)
104121

105-
### Removed
106-
107-
### Security
108-
109122
### Contributors
110123
- @2wins: #850 #855
111124
- @DEKHTIARJonathan: #853
@@ -402,7 +415,8 @@ To release a new version, please update the changelog as followed:
402415

403416
@zsdonghao @luomai @DEKHTIARJonathan
404417

405-
[Unreleased]: https://github.com/tensorlayer/tensorlayer/compare/1.10.1...master
418+
[Unreleased]: https://github.com/tensorlayer/tensorlayer/compare/1.11.0...master
419+
[1.11.0]: https://github.com/tensorlayer/tensorlayer/compare/1.10.1...1.11.0
406420
[1.10.1]: https://github.com/tensorlayer/tensorlayer/compare/1.10.0...1.10.1
407421
[1.10.0]: https://github.com/tensorlayer/tensorlayer/compare/1.9.1...1.10.0
408422
[1.9.1]: https://github.com/tensorlayer/tensorlayer/compare/1.9.0...1.9.1

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ lxml>=4.2,<4.3
33
matplotlib>=2.2,<3.1
44
numpy>=1.14,<1.16
55
progressbar2>=3.38,<3.39
6-
requests>=2.19,<2.20
6+
requests>=2.19,<2.21
77
scikit-learn>=0.19,<0.21
88
scikit-image>=0.14,<0.15
99
scipy>=1.1,<1.2

requirements/requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
keras>=2.2,<2.3
22
pycodestyle>=2.0,<2.5
33
pydocstyle>=2.1,<3.1
4-
pytest>=3.6,<3.9
4+
pytest>=3.6,<3.10
55
pytest-cache>=1.0,<1.1
66
pytest-cov>=2.5,<2.7
77
pytest-xdist>=1.22,<1.24

0 commit comments

Comments
 (0)