From b913ae9680f2fb6dc95b020d472a3b256b1d35d7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 27 Dec 2022 01:31:20 +0000 Subject: [PATCH] chore(deps): update dependency numpy to v1.24.1 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 90ce646..8666d22 100644 --- a/poetry.lock +++ b/poetry.lock @@ -120,7 +120,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] name = "coverage" -version = "6.4.2" +version = "7.0.1" description = "Code coverage measurement for Python" category = "dev" optional = false @@ -311,8 +311,8 @@ python-versions = "*" [[package]] name = "numpy" -version = "1.22.3" -description = "NumPy is the fundamental package for array computing with Python." +version = "1.24.1" +description = "Fundamental package for array computing in Python" category = "main" optional = false python-versions = ">=3.8" @@ -357,7 +357,7 @@ optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" [package.extras] -testing = ["nose", "coverage"] +testing = ["coverage", "nose"] [[package]] name = "platformdirs" @@ -736,7 +736,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.8,<3.10" -content-hash = "1e52cabf54af905e05d979683b28779e59690cf38ad4f805dbbf455b19d0a337" +content-hash = "6f3379c228e4cfa7844f0c84b8e9b428dcd8b36cb09875bc5cdd576a3ed65421" [metadata.files] atomicwrites = [] diff --git a/pyproject.toml b/pyproject.toml index 1c5e8c3..67fe2d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["Deepak Mallubhotla "] [tool.poetry.dependencies] python = "^3.8,<3.10" pdme = "^0.8.6" -numpy = "1.22.3" +numpy = "1.24.1" scipy = "1.8.0" [tool.poetry.dev-dependencies]