Skip to content

Commit 7d097cb

Browse files
authored
Merge pull request #1066 from pypa/update-dependencies-pr
[Bot] Update dependencies
2 parents 481f2eb + 9c046c2 commit 7d097cb

10 files changed

Lines changed: 117 additions & 118 deletions

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ repos:
3030
rev: v1.2.5
3131
hooks:
3232
- id: pycln
33-
args: [--config=pyproject.toml]
33+
args: [--all]
34+
additional_dependencies: [click<8.1] # temporary workaround until typer updates
3435

3536
- repo: https://github.com/PyCQA/isort
3637
rev: 5.10.1

cibuildwheel/resources/build-platforms.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ python_configurations = [
6868
{ identifier = "cp38-macosx_x86_64", version = "3.8", url = "https://www.python.org/ftp/python/3.8.10/python-3.8.10-macosx10.9.pkg" },
6969
{ identifier = "cp38-macosx_arm64", version = "3.8", url = "https://www.python.org/ftp/python/3.8.10/python-3.8.10-macosx10.9.pkg" },
7070
{ identifier = "cp38-macosx_universal2", version = "3.8", url = "https://www.python.org/ftp/python/3.8.10/python-3.8.10-macosx10.9.pkg" },
71-
{ identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.11/python-3.9.11-macos11.pkg" },
72-
{ identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.11/python-3.9.11-macos11.pkg" },
73-
{ identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.11/python-3.9.11-macos11.pkg" },
74-
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.3/python-3.10.3-macos11.pkg" },
75-
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.3/python-3.10.3-macos11.pkg" },
76-
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.3/python-3.10.3-macos11.pkg" },
71+
{ identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.12/python-3.9.12-macos11.pkg" },
72+
{ identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.12/python-3.9.12-macos11.pkg" },
73+
{ identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.12/python-3.9.12-macos11.pkg" },
74+
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg" },
75+
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg" },
76+
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg" },
7777
{ identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.7-osx64.tar.bz2" },
7878
{ identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.8-osx64.tar.bz2" },
7979
{ identifier = "pp39-macosx_x86_64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.8-osx64.tar.bz2" },
@@ -87,12 +87,12 @@ python_configurations = [
8787
{ identifier = "cp37-win_amd64", version = "3.7.9", arch = "64" },
8888
{ identifier = "cp38-win32", version = "3.8.10", arch = "32" },
8989
{ identifier = "cp38-win_amd64", version = "3.8.10", arch = "64" },
90-
{ identifier = "cp39-win32", version = "3.9.11.1", arch = "32" },
91-
{ identifier = "cp39-win_amd64", version = "3.9.11.1", arch = "64" },
92-
{ identifier = "cp310-win32", version = "3.10.3", arch = "32" },
93-
{ identifier = "cp310-win_amd64", version = "3.10.3", arch = "64" },
90+
{ identifier = "cp39-win32", version = "3.9.12", arch = "32" },
91+
{ identifier = "cp39-win_amd64", version = "3.9.12", arch = "64" },
92+
{ identifier = "cp310-win32", version = "3.10.4", arch = "32" },
93+
{ identifier = "cp310-win_amd64", version = "3.10.4", arch = "64" },
9494
{ identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" },
95-
{ identifier = "cp310-win_arm64", version = "3.10.3", arch = "ARM64" },
95+
{ identifier = "cp310-win_arm64", version = "3.10.4", arch = "ARM64" },
9696
{ identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.7-win64.zip" },
9797
{ identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.8-win64.zip" },
9898
{ identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.8-win64.zip" },

cibuildwheel/resources/constraints-python310.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ six==1.16.0
1616
# via virtualenv
1717
typing-extensions==4.1.1
1818
# via delocate
19-
virtualenv==20.13.4
19+
virtualenv==20.14.0
2020
# via -r cibuildwheel/resources/constraints.in
2121
wheel==0.37.1
2222
# via
@@ -26,5 +26,5 @@ wheel==0.37.1
2626
# The following packages are considered to be unsafe in a requirements file:
2727
pip==22.0.4
2828
# via -r cibuildwheel/resources/constraints.in
29-
setuptools==60.10.0
29+
setuptools==61.2.0
3030
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python36.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ typing-extensions==4.1.1
2222
# via
2323
# delocate
2424
# importlib-metadata
25-
virtualenv==20.13.4
25+
virtualenv==20.14.0
2626
# via -r cibuildwheel/resources/constraints.in
2727
wheel==0.37.1
2828
# via

cibuildwheel/resources/constraints-python37.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ typing-extensions==4.1.1
2020
# via
2121
# delocate
2222
# importlib-metadata
23-
virtualenv==20.13.4
23+
virtualenv==20.14.0
2424
# via -r cibuildwheel/resources/constraints.in
2525
wheel==0.37.1
2626
# via
@@ -32,5 +32,5 @@ zipp==3.7.0
3232
# The following packages are considered to be unsafe in a requirements file:
3333
pip==22.0.4
3434
# via -r cibuildwheel/resources/constraints.in
35-
setuptools==60.10.0
35+
setuptools==61.2.0
3636
# 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
@@ -16,7 +16,7 @@ six==1.16.0
1616
# via virtualenv
1717
typing-extensions==4.1.1
1818
# via delocate
19-
virtualenv==20.13.4
19+
virtualenv==20.14.0
2020
# via -r cibuildwheel/resources/constraints.in
2121
wheel==0.37.1
2222
# via
@@ -26,5 +26,5 @@ wheel==0.37.1
2626
# The following packages are considered to be unsafe in a requirements file:
2727
pip==22.0.4
2828
# via -r cibuildwheel/resources/constraints.in
29-
setuptools==60.10.0
29+
setuptools==61.2.0
3030
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python39.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ six==1.16.0
1616
# via virtualenv
1717
typing-extensions==4.1.1
1818
# via delocate
19-
virtualenv==20.13.4
19+
virtualenv==20.14.0
2020
# via -r cibuildwheel/resources/constraints.in
2121
wheel==0.37.1
2222
# via
@@ -26,5 +26,5 @@ wheel==0.37.1
2626
# The following packages are considered to be unsafe in a requirements file:
2727
pip==22.0.4
2828
# via -r cibuildwheel/resources/constraints.in
29-
setuptools==60.10.0
29+
setuptools==61.2.0
3030
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ six==1.16.0
1616
# via virtualenv
1717
typing-extensions==4.1.1
1818
# via delocate
19-
virtualenv==20.13.4
19+
virtualenv==20.14.0
2020
# via -r cibuildwheel/resources/constraints.in
2121
wheel==0.37.1
2222
# via
@@ -26,5 +26,5 @@ wheel==0.37.1
2626
# The following packages are considered to be unsafe in a requirements file:
2727
pip==22.0.4
2828
# via -r cibuildwheel/resources/constraints.in
29-
setuptools==60.10.0
29+
setuptools==61.2.0
3030
# via -r cibuildwheel/resources/constraints.in

0 commit comments

Comments
 (0)