diff --git a/requirements.txt b/requirements.txt index 9d0d4f97..91f767bd 100755 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ packaging>=24.2 setuptools~=70.2;python_version<"3.10" setuptools>=75.8.0;python_version>="3.10" wheel>=0.45.1 -attrs>=24.3.0 +attrs>=25.1.0 certifi>=2024.12.14 exceptiongroup>=1.2.2 websockets~=13.1;python_version<"3.9" diff --git a/setup.py b/setup.py index b09da705..4b692baf 100755 --- a/setup.py +++ b/setup.py @@ -152,7 +152,7 @@ setup( 'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues 'setuptools>=75.8.0;python_version>="3.10"', 'wheel>=0.45.1', - 'attrs>=24.3.0', + 'attrs>=25.1.0', "certifi>=2024.12.14", "exceptiongroup>=1.2.2", 'websockets~=13.1;python_version<"3.9"',