Skip to content

Commit 54dc12c

Browse files
Merge #3996
3996: Pin transitive dependencies to versions that fix known security issues r=jenshnielsen a=jenshnielsen See * https://nvd.nist.gov/vuln/detail/CVE-2020-25658 * https://nvd.nist.gov/vuln/detail/CVE-2022-21699 * https://nvd.nist.gov/vuln/detail/CVE-2021-20270 Co-authored-by: Jens H. Nielsen <[email protected]>
2 parents 4922c52 + 27ee52c commit 54dc12c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ install_requires =
5252
; see https://github.com/h5netcdf/h5netcdf/issues/154
5353
setuptools>=48
5454
versioningit>=0.3.0
55+
; transitive dependencies. We list these explicitly to
56+
; ensure that we always use versions that do not have
57+
; known security vulnerabilities
58+
ipython>=7.31.1,!=8.0.0
59+
pillow>=9.0.0
60+
rsa>=4.7
61+
5562

5663
[options.package_data]
5764
qcodes =

0 commit comments

Comments
 (0)