Update dependencies

This commit is contained in:
mayeut
2022-03-29 18:40:49 +01:00
committed by Joe Rickerby
parent 63a45ab2c0
commit 23dc92c5f3
8 changed files with 115 additions and 115 deletions
+11 -11
View File
@@ -68,12 +68,12 @@ python_configurations = [
{ 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" },
{ identifier = "cp38-macosx_arm64", version = "3.8", url = "https://www.python.org/ftp/python/3.8.10/python-3.8.10-macosx10.9.pkg" },
{ identifier = "cp38-macosx_universal2", version = "3.8", url = "https://www.python.org/ftp/python/3.8.10/python-3.8.10-macosx10.9.pkg" },
{ identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.11/python-3.9.11-macos11.pkg" },
{ identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.11/python-3.9.11-macos11.pkg" },
{ identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.11/python-3.9.11-macos11.pkg" },
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.3/python-3.10.3-macos11.pkg" },
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.3/python-3.10.3-macos11.pkg" },
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.3/python-3.10.3-macos11.pkg" },
{ identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.12/python-3.9.12-macos11.pkg" },
{ identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.12/python-3.9.12-macos11.pkg" },
{ identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.12/python-3.9.12-macos11.pkg" },
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg" },
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg" },
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg" },
{ identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.7-osx64.tar.bz2" },
{ identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.8-osx64.tar.bz2" },
{ 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 = [
{ identifier = "cp37-win_amd64", version = "3.7.9", arch = "64" },
{ identifier = "cp38-win32", version = "3.8.10", arch = "32" },
{ identifier = "cp38-win_amd64", version = "3.8.10", arch = "64" },
{ identifier = "cp39-win32", version = "3.9.11.1", arch = "32" },
{ identifier = "cp39-win_amd64", version = "3.9.11.1", arch = "64" },
{ identifier = "cp310-win32", version = "3.10.3", arch = "32" },
{ identifier = "cp310-win_amd64", version = "3.10.3", arch = "64" },
{ identifier = "cp39-win32", version = "3.9.12", arch = "32" },
{ identifier = "cp39-win_amd64", version = "3.9.12", arch = "64" },
{ identifier = "cp310-win32", version = "3.10.4", arch = "32" },
{ identifier = "cp310-win_amd64", version = "3.10.4", arch = "64" },
{ identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" },
{ identifier = "cp310-win_arm64", version = "3.10.3", arch = "ARM64" },
{ identifier = "cp310-win_arm64", version = "3.10.4", arch = "ARM64" },
{ identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.7-win64.zip" },
{ identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.8-win64.zip" },
{ identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.8-win64.zip" },
@@ -16,7 +16,7 @@ six==1.16.0
# via virtualenv
typing-extensions==4.1.1
# via delocate
virtualenv==20.13.4
virtualenv==20.14.0
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
@@ -26,5 +26,5 @@ wheel==0.37.1
# The following packages are considered to be unsafe in a requirements file:
pip==22.0.4
# via -r cibuildwheel/resources/constraints.in
setuptools==60.10.0
setuptools==61.2.0
# via -r cibuildwheel/resources/constraints.in
@@ -22,7 +22,7 @@ typing-extensions==4.1.1
# via
# delocate
# importlib-metadata
virtualenv==20.13.4
virtualenv==20.14.0
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
@@ -20,7 +20,7 @@ typing-extensions==4.1.1
# via
# delocate
# importlib-metadata
virtualenv==20.13.4
virtualenv==20.14.0
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
@@ -32,5 +32,5 @@ zipp==3.7.0
# The following packages are considered to be unsafe in a requirements file:
pip==22.0.4
# via -r cibuildwheel/resources/constraints.in
setuptools==60.10.0
setuptools==61.2.0
# via -r cibuildwheel/resources/constraints.in
@@ -16,7 +16,7 @@ six==1.16.0
# via virtualenv
typing-extensions==4.1.1
# via delocate
virtualenv==20.13.4
virtualenv==20.14.0
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
@@ -26,5 +26,5 @@ wheel==0.37.1
# The following packages are considered to be unsafe in a requirements file:
pip==22.0.4
# via -r cibuildwheel/resources/constraints.in
setuptools==60.10.0
setuptools==61.2.0
# via -r cibuildwheel/resources/constraints.in
@@ -16,7 +16,7 @@ six==1.16.0
# via virtualenv
typing-extensions==4.1.1
# via delocate
virtualenv==20.13.4
virtualenv==20.14.0
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
@@ -26,5 +26,5 @@ wheel==0.37.1
# The following packages are considered to be unsafe in a requirements file:
pip==22.0.4
# via -r cibuildwheel/resources/constraints.in
setuptools==60.10.0
setuptools==61.2.0
# via -r cibuildwheel/resources/constraints.in
+2 -2
View File
@@ -16,7 +16,7 @@ six==1.16.0
# via virtualenv
typing-extensions==4.1.1
# via delocate
virtualenv==20.13.4
virtualenv==20.14.0
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
@@ -26,5 +26,5 @@ wheel==0.37.1
# The following packages are considered to be unsafe in a requirements file:
pip==22.0.4
# via -r cibuildwheel/resources/constraints.in
setuptools==60.10.0
setuptools==61.2.0
# via -r cibuildwheel/resources/constraints.in