diff --git a/pyproject.toml b/pyproject.toml index e073e9b..78d98f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dynamic = ["version"] [project.optional-dependencies] test = [ - "black==25.1.0", + "black==25.11.0", "pytest", "pytest-mock", "mkdocs", diff --git a/requirements.txt b/requirements.txt index d03aa36..cb2df6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ requests<2.33.0 python-decouple==3.8 # Tests & Linting -black==25.1.0 +black==25.11.0 pytest pytest-mock