diff --git a/poetry.lock b/poetry.lock index 235d95d895..9fce480efb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "absl-py" @@ -657,10 +657,9 @@ files = [ [package.dependencies] numpy = [ - {version = ">=1.21.2", markers = "python_version >= \"3.10\" or python_version >= \"3.6\" and platform_system == \"Darwin\" and platform_machine == \"arm64\""}, - {version = ">=1.19.3", markers = "python_version >= \"3.6\" and platform_system == \"Linux\" and platform_machine == \"aarch64\" or python_version >= \"3.9\""}, - {version = ">=1.14.5", markers = "python_version >= \"3.7\""}, - {version = ">=1.17.3", markers = "python_version >= \"3.8\""}, + {version = ">=1.21.2", markers = "python_version >= \"3.8\" and platform_system == \"Darwin\" and platform_machine == \"arm64\" or python_version >= \"3.10\""}, + {version = ">=1.19.3", markers = "python_version >= \"3.8\" and platform_system == \"Linux\" and platform_machine == \"aarch64\" and python_version < \"3.10\" or python_version >= \"3.9\" and python_version < \"3.10\" and platform_system != \"Darwin\" or python_version >= \"3.9\" and python_version < \"3.10\" and platform_machine != \"arm64\""}, + {version = ">=1.17.3", markers = "python_version < \"3.9\" and (platform_system != \"Darwin\" and platform_system != \"Linux\") and python_version >= \"3.8\" or python_version < \"3.9\" and platform_system != \"Darwin\" and python_version >= \"3.8\" and platform_machine != \"aarch64\" or python_version < \"3.9\" and platform_machine != \"arm64\" and python_version >= \"3.8\" and platform_system != \"Linux\" or python_version < \"3.9\" and (platform_machine != \"arm64\" and platform_machine != \"aarch64\") and python_version >= \"3.8\""}, ] [[package]] @@ -1336,32 +1335,17 @@ files = [ [[package]] name = "urllib3" -version = "1.22" -description = "HTTP library with thread-safe connection pooling, file post, and more." -optional = false -python-versions = "*" -files = [ - {file = "urllib3-1.22-py2.py3-none-any.whl", hash = "sha256:06330f386d6e4b195fbfc736b297f58c5a892e4440e54d294d7004e3a9bbea1b"}, - {file = "urllib3-1.22.tar.gz", hash = "sha256:cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f"}, -] - -[package.extras] -secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)"] -socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] - -[[package]] -name = "urllib3" -version = "1.26.13" +version = "1.26.17" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" files = [ - {file = "urllib3-1.26.13-py2.py3-none-any.whl", hash = "sha256:47cc05d99aaa09c9e72ed5809b60e7ba354e64b59c9c173ac3018642d8bb41fc"}, - {file = "urllib3-1.26.13.tar.gz", hash = "sha256:c083dd0dce68dbfbe1129d5271cb90f9447dea7d52097c6e0126120c521ddea8"}, + {file = "urllib3-1.26.17-py2.py3-none-any.whl", hash = "sha256:94a757d178c9be92ef5539b8840d48dc9cf1b2709c9d6b588232a055c524458b"}, + {file = "urllib3-1.26.17.tar.gz", hash = "sha256:24d6a242c28d29af46c3fae832c36db3bbebcc533dd1bb549172cd739c82df21"}, ] [package.extras] -brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)", "brotlipy (>=0.6.0)"] +brotli = ["brotli (==1.0.9)", "brotli (>=1.0.9)", "brotlicffi (>=0.8.0)", "brotlipy (>=0.6.0)"] secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)", "urllib3-secure-extra"] socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] @@ -1414,4 +1398,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "c119ce0d7dd671578c4d7b5fbef88dc8a26459d123741f143459a1ac7eecd69c" +content-hash = "e9e40bbee1343e7acc810487319d2be83db53b1a1a543be4b7044e8db4dc322a" diff --git a/pyproject.toml b/pyproject.toml index 3403db657b..4ab3b3248f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ terminaltables = "^3.1.0" Pillow = "^9.1.0" tqdm = "^4.64.1" urllib3 = [ - {version = "<=1.22", python = ">=3.8,<3.9"}, + {version = "<=1.26.17", python = ">=3.8,<3.9"}, {version = "^1.23", python = ">=3.9"} ] # Temp pin because of crash issue scipy = [