Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cibuildwheel/resources/constraints-pyodide312.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ httpcore==1.0.9
# via httpx
httpx==0.28.1
# via unearth
idna==3.10
idna==3.11
# via
# anyio
# httpx
Expand Down Expand Up @@ -74,7 +74,7 @@ pyproject-hooks==1.2.0
# via build
requests==2.32.5
# via pyodide-build
resolvelib==1.2.0
resolvelib==1.2.1
# via pyodide-build
rich==14.2.0
# via
Expand Down Expand Up @@ -103,11 +103,11 @@ typing-extensions==4.15.0
# typing-inspection
typing-inspection==0.4.2
# via pydantic
unearth==0.17.5
unearth==0.18.0
# via pyodide-build
urllib3==2.5.0
# via requests
virtualenv==20.35.2
virtualenv==20.35.3
# via
# build
# pyodide-build
Expand Down
8 changes: 4 additions & 4 deletions cibuildwheel/resources/constraints-pyodide313.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ httpcore==1.0.9
# via httpx
httpx==0.28.1
# via unearth
idna==3.10
idna==3.11
# via
# anyio
# httpx
Expand Down Expand Up @@ -74,7 +74,7 @@ pyproject-hooks==1.2.0
# via build
requests==2.32.5
# via pyodide-build
resolvelib==1.2.0
resolvelib==1.2.1
# via pyodide-build
rich==14.2.0
# via
Expand Down Expand Up @@ -102,11 +102,11 @@ typing-extensions==4.15.0
# typing-inspection
typing-inspection==0.4.2
# via pydantic
unearth==0.17.5
unearth==0.18.0
# via pyodide-build
urllib3==2.5.0
# via requests
virtualenv==20.35.2
virtualenv==20.35.3
# via
# build
# pyodide-build
Expand Down
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python310.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ typing-extensions==4.15.0
# via
# delocate
# virtualenv
virtualenv==20.35.2
virtualenv==20.35.3
# via -r cibuildwheel/resources/constraints.in
zipp==3.23.0
# via importlib-metadata
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python311.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ pyproject-hooks==1.2.0
# via build
typing-extensions==4.15.0
# via delocate
virtualenv==20.35.2
virtualenv==20.35.3
# via -r cibuildwheel/resources/constraints.in
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python312.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ pyproject-hooks==1.2.0
# via build
typing-extensions==4.15.0
# via delocate
virtualenv==20.35.2
virtualenv==20.35.3
# via -r cibuildwheel/resources/constraints.in
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python313.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ pyproject-hooks==1.2.0
# via build
typing-extensions==4.15.0
# via delocate
virtualenv==20.35.2
virtualenv==20.35.3
# via -r cibuildwheel/resources/constraints.in
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python314.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ pyproject-hooks==1.2.0
# via build
typing-extensions==4.15.0
# via delocate
virtualenv==20.35.2
virtualenv==20.35.3
# via -r cibuildwheel/resources/constraints.in
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ typing-extensions==4.13.2
# via
# delocate
# virtualenv
virtualenv==20.35.2
virtualenv==20.35.3
# via -r cibuildwheel/resources/constraints.in
zipp==3.20.2
# via importlib-metadata
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python39.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ typing-extensions==4.15.0
# via
# delocate
# virtualenv
virtualenv==20.35.2
virtualenv==20.35.3
# via -r cibuildwheel/resources/constraints.in
zipp==3.23.0
# via importlib-metadata
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ pyproject-hooks==1.2.0
# via build
typing-extensions==4.15.0
# via delocate
virtualenv==20.35.2
virtualenv==20.35.3
# via -r cibuildwheel/resources/constraints.in
2 changes: 1 addition & 1 deletion cibuildwheel/resources/virtualenv.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
default = { version = "20.35.2", url = "https://github.com/pypa/get-virtualenv/releases/download/20.35.2/virtualenv.pyz" }
default = { version = "20.35.3", url = "https://github.com/pypa/get-virtualenv/releases/download/20.35.3/virtualenv.pyz" }
Loading