diff --git a/pyproject.toml b/pyproject.toml index 9beab956..0b154e69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ license = {text = "MIT"} requires-python = ">= 3.8" dependencies = [ "anyio ~= 4.0", - "attrs >= 21.3", + "attrs >= 22.1", "tenacity ~= 8.0", "tzlocal >= 3.0", "typing_extensions >= 4.0; python_version < '3.11'"