Skip to content

Commit a8bff94

Browse files
[Bot] Update dependencies (#2504)
Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
1 parent fbf3725 commit a8bff94

15 files changed

+61
-61
lines changed

cibuildwheel/resources/build-platforms.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ python_configurations = [
179179
{ identifier = "pp310-macosx_arm64", version = "3.10", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.19-macos_arm64.tar.bz2" },
180180
{ identifier = "pp311-macosx_x86_64", version = "3.11", url = "https://downloads.python.org/pypy/pypy3.11-v7.3.20-macos_x86_64.tar.bz2" },
181181
{ identifier = "pp311-macosx_arm64", version = "3.11", url = "https://downloads.python.org/pypy/pypy3.11-v7.3.20-macos_arm64.tar.bz2" },
182-
{ identifier = "gp311_242-macosx_x86_64", version = "3.11", url = "https://github.com/oracle/graalpython/releases/download/graal-24.2.1/graalpy-24.2.1-macos-amd64.tar.gz" },
183-
{ identifier = "gp311_242-macosx_arm64", version = "3.11", url = "https://github.com/oracle/graalpython/releases/download/graal-24.2.1/graalpy-24.2.1-macos-aarch64.tar.gz" },
182+
{ identifier = "gp311_242-macosx_x86_64", version = "3.11", url = "https://github.com/oracle/graalpython/releases/download/graal-24.2.2/graalpy-24.2.2-macos-amd64.tar.gz" },
183+
{ identifier = "gp311_242-macosx_arm64", version = "3.11", url = "https://github.com/oracle/graalpython/releases/download/graal-24.2.2/graalpy-24.2.2-macos-aarch64.tar.gz" },
184184
]
185185

186186
[windows]
@@ -215,7 +215,7 @@ python_configurations = [
215215
{ identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.16-win64.zip" },
216216
{ identifier = "pp310-win_amd64", version = "3.10", arch = "64", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.19-win64.zip" },
217217
{ identifier = "pp311-win_amd64", version = "3.11", arch = "64", url = "https://downloads.python.org/pypy/pypy3.11-v7.3.20-win64.zip" },
218-
{ identifier = "gp311_242-win_amd64", version = "3.11", arch = "64", url = "https://github.com/oracle/graalpython/releases/download/graal-24.2.1/graalpy-24.2.1-windows-amd64.zip" },
218+
{ identifier = "gp311_242-win_amd64", version = "3.11", arch = "64", url = "https://github.com/oracle/graalpython/releases/download/graal-24.2.2/graalpy-24.2.2-windows-amd64.zip" },
219219
]
220220

221221
[pyodide]

cibuildwheel/resources/constraints-pyodide312.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ click==8.1.8
2121
# via
2222
# -r .nox/update_constraints/tmp/constraints-pyodide.in
2323
# typer
24-
distlib==0.3.9
24+
distlib==0.4.0
2525
# via virtualenv
2626
filelock==3.18.0
2727
# via virtualenv
@@ -107,7 +107,7 @@ unearth==0.17.5
107107
# via pyodide-build
108108
urllib3==2.5.0
109109
# via requests
110-
virtualenv==20.31.2
110+
virtualenv==20.32.0
111111
# via
112112
# build
113113
# pyodide-build

cibuildwheel/resources/constraints-pyodide313.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ click==8.1.8
2121
# via
2222
# -r .nox/update_constraints/tmp/constraints-pyodide.in
2323
# typer
24-
distlib==0.3.9
24+
distlib==0.4.0
2525
# via virtualenv
2626
filelock==3.18.0
2727
# via virtualenv
@@ -106,7 +106,7 @@ unearth==0.17.5
106106
# via pyodide-build
107107
urllib3==2.5.0
108108
# via requests
109-
virtualenv==20.31.2
109+
virtualenv==20.32.0
110110
# via
111111
# build
112112
# pyodide-build

cibuildwheel/resources/constraints-python310.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build==1.2.2.post1
66
# via -r cibuildwheel/resources/constraints.in
77
delocate==0.13.0
88
# via -r cibuildwheel/resources/constraints.in
9-
distlib==0.3.9
9+
distlib==0.4.0
1010
# via virtualenv
1111
filelock==3.18.0
1212
# via virtualenv
@@ -28,7 +28,7 @@ tomli==2.2.1
2828
# via build
2929
typing-extensions==4.14.1
3030
# via delocate
31-
virtualenv==20.31.2
31+
virtualenv==20.32.0
3232
# via -r cibuildwheel/resources/constraints.in
3333
zipp==3.23.0
3434
# via importlib-metadata

cibuildwheel/resources/constraints-python311.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build==1.2.2.post1
66
# via -r cibuildwheel/resources/constraints.in
77
delocate==0.13.0
88
# via -r cibuildwheel/resources/constraints.in
9-
distlib==0.3.9
9+
distlib==0.4.0
1010
# via virtualenv
1111
filelock==3.18.0
1212
# via virtualenv
@@ -24,5 +24,5 @@ pyproject-hooks==1.2.0
2424
# via build
2525
typing-extensions==4.14.1
2626
# via delocate
27-
virtualenv==20.31.2
27+
virtualenv==20.32.0
2828
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python312.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build==1.2.2.post1
66
# via -r cibuildwheel/resources/constraints.in
77
delocate==0.13.0
88
# via -r cibuildwheel/resources/constraints.in
9-
distlib==0.3.9
9+
distlib==0.4.0
1010
# via virtualenv
1111
filelock==3.18.0
1212
# via virtualenv
@@ -24,5 +24,5 @@ pyproject-hooks==1.2.0
2424
# via build
2525
typing-extensions==4.14.1
2626
# via delocate
27-
virtualenv==20.31.2
27+
virtualenv==20.32.0
2828
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python313.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build==1.2.2.post1
66
# via -r cibuildwheel/resources/constraints.in
77
delocate==0.13.0
88
# via -r cibuildwheel/resources/constraints.in
9-
distlib==0.3.9
9+
distlib==0.4.0
1010
# via virtualenv
1111
filelock==3.18.0
1212
# via virtualenv
@@ -24,5 +24,5 @@ pyproject-hooks==1.2.0
2424
# via build
2525
typing-extensions==4.14.1
2626
# via delocate
27-
virtualenv==20.31.2
27+
virtualenv==20.32.0
2828
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python314.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build==1.2.2.post1
66
# via -r cibuildwheel/resources/constraints.in
77
delocate==0.13.0
88
# via -r cibuildwheel/resources/constraints.in
9-
distlib==0.3.9
9+
distlib==0.4.0
1010
# via virtualenv
1111
filelock==3.18.0
1212
# via virtualenv
@@ -24,5 +24,5 @@ pyproject-hooks==1.2.0
2424
# via build
2525
typing-extensions==4.14.1
2626
# via delocate
27-
virtualenv==20.31.2
27+
virtualenv==20.32.0
2828
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python38.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build==1.2.2.post1
66
# via -r cibuildwheel/resources/constraints.in
77
delocate==0.12.0
88
# via -r cibuildwheel/resources/constraints.in
9-
distlib==0.3.9
9+
distlib==0.4.0
1010
# via virtualenv
1111
filelock==3.16.1
1212
# via virtualenv
@@ -28,7 +28,7 @@ tomli==2.2.1
2828
# via build
2929
typing-extensions==4.13.2
3030
# via delocate
31-
virtualenv==20.31.2
31+
virtualenv==20.32.0
3232
# via -r cibuildwheel/resources/constraints.in
3333
zipp==3.20.2
3434
# via importlib-metadata

cibuildwheel/resources/constraints-python39.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build==1.2.2.post1
66
# via -r cibuildwheel/resources/constraints.in
77
delocate==0.13.0
88
# via -r cibuildwheel/resources/constraints.in
9-
distlib==0.3.9
9+
distlib==0.4.0
1010
# via virtualenv
1111
filelock==3.18.0
1212
# via virtualenv
@@ -28,7 +28,7 @@ tomli==2.2.1
2828
# via build
2929
typing-extensions==4.14.1
3030
# via delocate
31-
virtualenv==20.31.2
31+
virtualenv==20.32.0
3232
# via -r cibuildwheel/resources/constraints.in
3333
zipp==3.23.0
3434
# via importlib-metadata

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy