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",