From c5413df24317e0937009d3b6799d1847dd0c3316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 04:27:42 +0000 Subject: [PATCH] [DEPENDABOT]: Bump array-api-compat from 1.7.1 to 1.9.1 Bumps [array-api-compat](https://github.com/data-apis/array-api-compat) from 1.7.1 to 1.9.1. - [Release notes](https://github.com/data-apis/array-api-compat/releases) - [Changelog](https://github.com/data-apis/array-api-compat/blob/main/docs/changelog.md) - [Commits](https://github.com/data-apis/array-api-compat/compare/1.7.1...1.9.1) --- updated-dependencies: - dependency-name: array-api-compat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index b55cafa..6239d16 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alabaster" @@ -104,13 +104,13 @@ trio = ["trio (>=0.26.1)"] [[package]] name = "array-api-compat" -version = "1.7.1" +version = "1.9.1" description = "A wrapper around NumPy and other array libraries to make them compatible with the Array API standard" optional = false -python-versions = "*" +python-versions = ">=3.9" files = [ - {file = "array_api_compat-1.7.1-py3-none-any.whl", hash = "sha256:6974f51775972f39edbca39e08f1c2e43c51401c093a0fea5ac7159875095d8a"}, - {file = "array_api_compat-1.7.1.tar.gz", hash = "sha256:b6b37294cd1da2f9d9040c543d2d4c3d7a81615953d59811431ee4bf15647c3b"}, + {file = "array_api_compat-1.9.1-py3-none-any.whl", hash = "sha256:41a2703a662832d21619359ddddc5c0449876871f6c01e108c335f2a9432df94"}, + {file = "array_api_compat-1.9.1.tar.gz", hash = "sha256:17bab828c93c79a5bb8b867145b71fcb889686607c5672b060aef437e0359ea8"}, ] [package.extras] @@ -4298,4 +4298,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9.0,<3.11.0" -content-hash = "c0808addd73527bdb97969f7d3e8cfb622bf1df9d8c15940c567f62eac12c0e3" +content-hash = "e4ecbdb4501c97b26bd18a7e74149901799866fdf3257560fc6a6b9af89e7430" diff --git a/pyproject.toml b/pyproject.toml index fac9f1f..3269c29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ rich = ">=10.3.0" PyYAML = ">=5.4.1" anndata = "^0.10.5post1" -array-api-compat = "1.7.1" +array-api-compat = "1.9.1" matplotlib = "^3.6.3" mokapot = ">=0.9.1,<0.11.0" numpy = ">=1.20,<1.25"