diff --git a/pyproject.toml b/pyproject.toml index 74f33d6..6d2dbf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ all = [ development = [ "build==1.5.0", "coverage==7.10.7; python_version <= '3.11'", - "coverage==7.14.1; python_version > '3.11'", + "coverage==7.14.2; python_version > '3.11'", "cryptography==49.0.0", "psutil==7.2.2", "pytest-cov==7.1.0", @@ -85,7 +85,7 @@ test = [ "pytest==8.4.2; python_version <= '3.11'", "pytest==9.1.1; python_version > '3.11'", "coverage==7.10.7; python_version <= '3.11'", - "coverage==7.14.1; python_version > '3.11'", + "coverage==7.14.2; python_version > '3.11'", ] [tool.setuptools.packages.find]