Skip to content

Commit

Permalink
Bump virtualenv (#11795)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Oct 18, 2024
1 parent 893fed3 commit 1db74fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci-constraints-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,9 @@ urllib3==2.0.7 ; python_full_version < '3.8'
# via requests
urllib3==2.2.3 ; python_full_version >= '3.8'
# via requests
virtualenv==20.26.6
virtualenv==20.26.6 ; python_full_version < '3.8'
# via nox
virtualenv==20.27.0 ; python_full_version >= '3.8'
# via nox
webencodings==0.5.1 ; python_full_version < '3.8'
# via bleach
Expand Down

0 comments on commit 1db74fb

Please sign in to comment.