Skip to content

Commit d85128f

Browse files
committed
Update virtualenv
1 parent 1fee129 commit d85128f

9 files changed

+9
-9
lines changed

cibuildwheel/resources/constraints-pyodide312.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ unearth==0.17.3
105105
# via pyodide-build
106106
urllib3==2.3.0
107107
# via requests
108-
virtualenv==20.29.3
108+
virtualenv==20.30.0
109109
# via
110110
# build
111111
# pyodide-build

cibuildwheel/resources/constraints-python310.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tomli==2.2.1
2828
# via build
2929
typing-extensions==4.13.0
3030
# via delocate
31-
virtualenv==20.29.3
31+
virtualenv==20.30.0
3232
# via -r cibuildwheel/resources/constraints.in
3333
zipp==3.21.0
3434
# via importlib-metadata

cibuildwheel/resources/constraints-python311.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ pyproject-hooks==1.2.0
2424
# via build
2525
typing-extensions==4.13.0
2626
# via delocate
27-
virtualenv==20.29.3
27+
virtualenv==20.30.0
2828
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python312.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ pyproject-hooks==1.2.0
2424
# via build
2525
typing-extensions==4.13.0
2626
# via delocate
27-
virtualenv==20.29.3
27+
virtualenv==20.30.0
2828
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python313.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ pyproject-hooks==1.2.0
2424
# via build
2525
typing-extensions==4.13.0
2626
# via delocate
27-
virtualenv==20.29.3
27+
virtualenv==20.30.0
2828
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python38.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tomli==2.2.1
2828
# via build
2929
typing-extensions==4.13.0
3030
# via delocate
31-
virtualenv==20.29.3
31+
virtualenv==20.30.0
3232
# via -r cibuildwheel/resources/constraints.in
3333
zipp==3.20.2
3434
# via importlib-metadata

cibuildwheel/resources/constraints-python39.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tomli==2.2.1
2828
# via build
2929
typing-extensions==4.13.0
3030
# via delocate
31-
virtualenv==20.29.3
31+
virtualenv==20.30.0
3232
# via -r cibuildwheel/resources/constraints.in
3333
zipp==3.21.0
3434
# via importlib-metadata

cibuildwheel/resources/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ pyproject-hooks==1.2.0
2424
# via build
2525
typing-extensions==4.13.0
2626
# via delocate
27-
virtualenv==20.29.3
27+
virtualenv==20.30.0
2828
# via -r cibuildwheel/resources/constraints.in
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
default = { version = "20.29.3", url = "https://github.com/pypa/get-virtualenv/blob/20.29.3/public/virtualenv.pyz?raw=true" }
1+
default = { version = "20.30.0", url = "https://github.com/pypa/get-virtualenv/blob/20.30.0/public/virtualenv.pyz?raw=true" }

0 commit comments

Comments
 (0)