diff --git a/poetry.lock b/poetry.lock index d5c691e..70c3de0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -157,16 +157,16 @@ files = [ [[package]] name = "mosek" -version = "10.1.31" +version = "10.2.0" description = "Python API for Mosek" optional = false python-versions = "<3.13,>=3.7" files = [ - {file = "Mosek-10.1.31-cp37-abi3-macosx_10_15_x86_64.whl", hash = "sha256:554d69339eaf6c8f676eb7c3799882855f3ff3009dc8c86698bf69a5e1080d05"}, - {file = "Mosek-10.1.31-cp37-abi3-manylinux2014_x86_64.whl", hash = "sha256:04766a19032416d1837827a341d3a1671b46c88688056ad2ff98e16ba8777a7d"}, - {file = "Mosek-10.1.31-cp37-abi3-manylinux_2_29_aarch64.whl", hash = "sha256:5969a46666d631076ffeb42f92c624aca75afd2b0d6873a2b7094e7d4756dae6"}, - {file = "Mosek-10.1.31-cp37-abi3-win_amd64.whl", hash = "sha256:2a7ca6349868cd6586c44f0c595bbd3dc09add5d092eea9a2176e551257a7eb1"}, - {file = "Mosek-10.1.31-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:ab1896702091bebae8f628a25d49384cdbfe5431326079a083c1b18265ecaa93"}, + {file = "Mosek-10.2.0-cp37-abi3-macosx_10_15_x86_64.whl", hash = "sha256:596ee89956c5270ae01b3028212fdfb0fd8c406ac2e0ab1add771d69cfa00685"}, + {file = "Mosek-10.2.0-cp37-abi3-manylinux2014_x86_64.whl", hash = "sha256:247239592d794ab6c52275cf255b8d74622f8f3e4a3103cb1281207466f2ff2d"}, + {file = "Mosek-10.2.0-cp37-abi3-manylinux_2_29_aarch64.whl", hash = "sha256:726b6e9da58bafb22f6f637fde2ab85ef10e7061e9a3f3d62a36ccf204f8e1b6"}, + {file = "Mosek-10.2.0-cp37-abi3-win_amd64.whl", hash = "sha256:9a51ef9978ed3bbe061c162727bbc36cde5d42b303a8f13a2d01c109e8ae2774"}, + {file = "Mosek-10.2.0-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:6a0881b605eabe24333d60f47ab06b972298e091e2a59b31afd0b223c1f13299"}, ] [package.dependencies] @@ -440,4 +440,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "17b3596e1872b94b6e605c97fd00754344881ee78844f418a1a00ea042d9c6e2" +content-hash = "ae9c82b4da0794d9c3a8d9daf55388549235442f31da3d49c93fefb7139f6018" diff --git a/pyproject.toml b/pyproject.toml index 8d06dc2..6f508e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ python = ">=3.9,<3.13" [tool.poetry.group.test.dependencies] numpy = "*" -mosek = "~10.1.28" +mosek = ">=10.1.28,<10.3.0" pytest = "*" pytest-cov = "*" pre-commit = "*"