Skip to content

Commit 1db74fb

Browse files
authored
Bump virtualenv (#11795)
1 parent 893fed3 commit 1db74fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci-constraints-requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,9 @@ urllib3==2.0.7 ; python_full_version < '3.8'
286286
# via requests
287287
urllib3==2.2.3 ; python_full_version >= '3.8'
288288
# via requests
289-
virtualenv==20.26.6
289+
virtualenv==20.26.6 ; python_full_version < '3.8'
290+
# via nox
291+
virtualenv==20.27.0 ; python_full_version >= '3.8'
290292
# via nox
291293
webencodings==0.5.1 ; python_full_version < '3.8'
292294
# via bleach

0 commit comments

Comments
 (0)