From b07d74701c1f342521109887aa8d8ba4eb377f60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 21:30:31 +0000 Subject: [PATCH] Bump the python-updates group across 1 directory with 2 updates Bumps the python-updates group with 2 updates in the / directory: [pyenchant](https://github.com/pyenchant/pyenchant) and [anyio](https://github.com/agronholm/anyio). Updates `pyenchant` from 3.2.2 to 3.3.0 - [Release notes](https://github.com/pyenchant/pyenchant/releases) - [Commits](https://github.com/pyenchant/pyenchant/compare/v3.2.2...v3.3.0) Updates `anyio` from 4.12.0 to 4.12.1 - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](https://github.com/agronholm/anyio/compare/4.12.0...4.12.1) --- updated-dependencies: - dependency-name: pyenchant dependency-version: 3.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-updates - dependency-name: anyio dependency-version: 4.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-updates ... Signed-off-by: dependabot[bot] --- install/testing_requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/testing_requirements.txt b/install/testing_requirements.txt index fe937f655..4d6ae75f6 100644 --- a/install/testing_requirements.txt +++ b/install/testing_requirements.txt @@ -5,7 +5,7 @@ pytest-cov==7.0.0 pytest-timeout==2.4.0 mock==5.2.0 python-dateutil==2.9.0.post0 -anyio==4.12.0 +anyio==4.12.1 matplotlib==3.10.8 mpmath==1.3.0 rich==14.2.0 diff --git a/pyproject.toml b/pyproject.toml index 271c171b4..d77aef73a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -202,7 +202,7 @@ gxx_linux-64 = ">=15.2.0,<16" # Extra dependencies, from pypi [dependency-groups] extra = [ - "pyenchant==3.2.2", + "pyenchant==3.3.0", "enchant>=0.0.1,<0.0.2", "proxystore>=0.8.3,<0.9", "redis>=7.1.0,<8",