File tree Expand file tree Collapse file tree 4 files changed +21
-22
lines changed Expand file tree Collapse file tree 4 files changed +21
-22
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
9
9
### Changed
10
10
11
11
- ` click ` dependency upgraded from ` click==8.1.3 ` to ` click==8.1.7 `
12
- - ` pem ` dependency open from ` pem==21.2.0 ` to ` pem> =21.2.0 `
13
- - ` pyyaml ` dependency open from ` pyyaml==6.0.1 ` to ` pyyaml> =6.0.1 `
12
+ - ` pem ` dependency open from ` pem==21.2.0 ` to ` pem~ =21.2.0 `
13
+ - ` pyyaml ` dependency open from ` pyyaml==6.0.1 ` to ` pyyaml~ =6.0.1 `
14
14
- Code reformatted with ` yapf ` , ` black ` , ` isort ` and ` flake8 ` tools.
15
15
16
16
### Security
17
17
18
- - ` certifi ` dependency open from ` certifi==2021.10.8 ` to ` certifi> =2023.7.22 `
19
- - ` cryptography ` dependency upgraded from ` cryptography==41.0.1 ` to ` cryptography> =41.0.3 `
18
+ - ` certifi ` dependency open from ` certifi==2021.10.8 ` to ` certifi~ =2023.7.22 `
19
+ - ` cryptography ` dependency upgraded from ` cryptography==41.0.1 ` to ` cryptography~ =41.0.3 `
20
20
21
21
## [ 5.1.4] - 2023-06-13
22
22
Original file line number Diff line number Diff line change 1
1
stopit==1.1.2
2
- msgpack> =1.0.4
3
- responses> =0.22.0
4
- pipdeptree> =2.5.0
2
+ msgpack~ =1.0.4
3
+ responses~ =0.22.0
4
+ pipdeptree~ =2.5.0
Original file line number Diff line number Diff line change 1
1
click == 8.1.7
2
2
PyYAML == 6.0.1
3
- requests >= 2.31
4
- pem >= 21.2.0
5
- pyopenssl >= 23.0
6
- urllib3 >= 1.26.5
7
- pytz >= 2019.3
8
- # Required because of vulnerability
9
- certifi >= 2023.7.22
10
- cryptography >= 41.0.3
3
+ requests ~= 2.31
4
+ pem ~= 21.2.0
5
+ pyopenssl ~= 23.0
6
+ urllib3 ~= 1.26.5
7
+ pytz ~= 2019.3
8
+ certifi ~= 2023.7.22
9
+ cryptography ~= 41.0.3
Original file line number Diff line number Diff line change 26
26
"Topic :: Software Development :: Libraries :: Python Modules" ,
27
27
]
28
28
INSTALL_REQUIRES = [
29
- "requests> =2.31" ,
29
+ "requests~ =2.31" ,
30
30
"click==8.1.7" ,
31
31
"PyYAML==6.0.1" ,
32
- "pem> =21.2.0" ,
33
- "pyopenssl> =23.0" ,
34
- "urllib3> =1.26.5" ,
35
- "pytz> =2019.3" ,
36
- "certifi> =2023.7.22" ,
37
- "cryptography> =41.0.3" ,
32
+ "pem~ =21.2.0" ,
33
+ "pyopenssl~ =23.0" ,
34
+ "urllib3~ =1.26.5" ,
35
+ "pytz~ =2019.3" ,
36
+ "certifi~ =2023.7.22" ,
37
+ "cryptography~ =41.0.3" ,
38
38
]
39
39
CLI = [
40
40
"devo-sender=devo.sender.scripts.sender_cli:cli" ,
You can’t perform that action at this time.
0 commit comments