Skip to content

Commit 1d5f56c

Browse files
Merge pull request #307 from DevoInc/feature/update-dependencies
Changed way of defining dependencies
2 parents f10d3a8 + ce43e10 commit 1d5f56c

2 files changed

Lines changed: 20 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [7.0.2] - 2026-08-06
8+
9+
### Changed
10+
- Changed some dependencies (this way will allow to use the latest minor version of these fixed major versions):
11+
12+
| Dependency | From | To |
13+
|------------|----------|----------|
14+
| click | ~=8.4.1 | ~=8.0 |
15+
| pem | ~=23.1.0 | ~=23.0 |
16+
| pyopenssl | ~=26.3.0 | ~=26.0 |
17+
| pyyaml | ~=6.0.3 | ~=6.0 |
18+
| pytz | ~=2026.2 | ~=2026.0 |
19+
| requests | ~=2.34.2 | ~=2.0 |
20+
721
## [7.0.1] - 2026-06-16
822

923
### Changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
click~=8.4.1
2-
pem~=23.1.0
3-
pyopenssl~=26.3.0
4-
pyyaml~=6.0.3
5-
pytz~=2026.2
6-
requests~=2.34.2
1+
click~=8.0
2+
pem~=23.0
3+
pyopenssl~=26.0
4+
pyyaml~=6.0
5+
pytz~=2026.0
6+
requests~=2.0

0 commit comments

Comments
 (0)