File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.1.2] - 2024-08-01
10
+
11
+ ### Security
12
+ - Update python dependencies
13
+
9
14
## [ 0.1.1] - 2024-03-14
10
15
11
16
### Added
Original file line number Diff line number Diff line change @@ -9,10 +9,12 @@ PyInstaller>=4.0
9
9
PyYAML >= 5.3.1
10
10
aiohttp >= 3.9.3
11
11
asynctest >= 0.13.0
12
- setuptools >= 57 .0.0
12
+ setuptools >= 70 .0.0
13
13
twine >= 3.2.0
14
14
build >= 0.7.0
15
15
# https://nvd.nist.gov/vuln/detail/CVE-2020-26137
16
- urllib3 >= 1.25.9
16
+ urllib3 >= 2.2.2
17
17
18
- aiounittest ~= 1.4.1
18
+ aiounittest ~= 1.4.1
19
+ requests >= 2.32.2 # not directly required, pinned by Snyk to avoid a vulnerability
20
+ zipp >= 3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
Original file line number Diff line number Diff line change 44
44
# "https://extended-validation.badssl.com",
45
45
"https://rsa2048.badssl.com" ,
46
46
"https://rsa4096.badssl.com" ,
47
- "https://rsa8192.badssl.com" ,
47
+ # This is temporarily broken, see https://github.com/chromium/badssl.com/issues/501
48
+ # "https://rsa8192.badssl.com",
48
49
"https://sha256.badssl.com" ,
49
50
# These are temporarily broken, see https://github.com/chromium/badssl.com/issues/501
50
51
# "https://sha384.badssl.com",
You can’t perform that action at this time.
0 commit comments