Skip to content

Commit d26a551

Browse files
committed
python: cve: use latest cryptography and urllib3
Change-Id: I4c1994ab7dc27f902aa51ac6945776c23f9ff2fd Signed-off-by: Adrian Vladu <[email protected]>
1 parent c4ce26a commit d26a551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ skipsdist = True
77
usedevelop = True
88
setenv = VIRTUAL_ENV={envdir}
99
deps =
10-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
10+
-c{env:TOX_CONSTRAINTS_FILE:https://raw.githubusercontent.com/ader1990/requirements/6b1f4edc570f147822ddc3e5469c0e01c4b60be0/upper-constraints.txt}
1111
-r{toxinidir}/test-requirements.txt
1212
-r{toxinidir}/requirements.txt
1313
commands = stestr run --slowest {posargs}

0 commit comments

Comments
 (0)