From 5541bc3b0a20785ee2eeae68c76fd3d503a6f50f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 06:54:51 +0000 Subject: [PATCH] Bump asteval from 1.0.9 to 1.0.10 Bumps [asteval](https://github.com/lmfit/asteval) from 1.0.9 to 1.0.10. - [Release notes](https://github.com/lmfit/asteval/releases) - [Commits](https://github.com/lmfit/asteval/compare/1.0.9...1.0.10) --- updated-dependencies: - dependency-name: asteval dependency-version: 1.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 06e5070b94..ab26bd9853 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.13" dependencies = [ "aiohttp>=3.14.3", "arrow>=1.4.0", - "asteval>=1.0.9", + "asteval>=1.0.10", "bc-jsonpath-ng>=1.6.1", "cryptography>=50.0.0", "deprecation>=2.1.0", diff --git a/uv.lock b/uv.lock index 0f16346c2b..b3a8da4763 100644 --- a/uv.lock +++ b/uv.lock @@ -134,11 +134,11 @@ wheels = [ [[package]] name = "asteval" -version = "1.0.9" +version = "1.0.10" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/b1/71/bec6758ab41ada3b6870cb194ea16d2e76bb530562c8a8cd7d2167012bea/asteval-1.0.9.tar.gz", hash = "sha256:4f7323d63d9fbf89d7e1d5f8bb59b6c093970c15bb5926e6e67d0195858aa230", size = 55237, upload-time = "2026-06-11T18:40:36.086Z" } +sdist = { url = "https://files.pythonhosted.org/packages/65/9a/e10e062c83de2219c5f9ef9d684dac39323c052de140e257afd0f60f8ca7/asteval-1.0.10.tar.gz", hash = "sha256:46a4ed13cc2e4a29a21418f89dedd57db70d98eb96db0fb4c441d4edb2f5afed", size = 59581, upload-time = "2026-08-21T21:07:06.6Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/fe/d7/a71b12b625c44cfcb95d41397752edccc0a731903081609cffd6720f671d/asteval-1.0.9-py3-none-any.whl", hash = "sha256:60513ea5d608d27bdb0cf3785dc993a6c3adeaee45f1bded0953a09e904e461f", size = 23320, upload-time = "2026-06-11T18:40:35.068Z" }, + { url = "https://files.pythonhosted.org/packages/92/16/e78d6e60ecd1b3cf446fad45985ad6cda22f46ad2cffabb644d77b317bc4/asteval-1.0.10-py3-none-any.whl", hash = "sha256:8d805fa8084aa12204715f799430f0012a0db38b42e997f9f11a9637ad59855f", size = 23466, upload-time = "2026-08-21T21:07:05.678Z" }, ] [[package]] @@ -1473,7 +1473,7 @@ dev = [ requires-dist = [ { name = "aiohttp", specifier = ">=3.14.3" }, { name = "arrow", specifier = ">=1.4.0" }, - { name = "asteval", specifier = ">=1.0.9" }, + { name = "asteval", specifier = ">=1.0.10" }, { name = "bc-jsonpath-ng", specifier = ">=1.6.1" }, { name = "cryptography", specifier = ">=50.0.0" }, { name = "deprecation", specifier = ">=2.1.0" },