diff --git a/pyproject.toml b/pyproject.toml index 302384f3..12434bfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers=[ ] dependencies = [ - "attrs==24.2.0", + "attrs==24.3.0", "bcrypt==4.2.1", "cryptography==44.0.0", "hyperlink==21.0.0", diff --git a/requirements.txt b/requirements.txt index 658b27ed..92b32e20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -attrs==24.2.0 +attrs==24.3.0 bcrypt==4.2.1 cryptography==44.0.0 hyperlink==21.0.0