diff --git a/pyproject.toml b/pyproject.toml index a5a2499..4e2cd45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,10 +20,10 @@ keywords = [ [project.optional-dependencies] dev = [ "bandit>=1.7.4", - "coverage[toml]==7.14.1", + "coverage[toml]==7.15.2", "freezegun>=0.3.15,<1.6.0", - "ipython>=7.15,<9.15", - "ruff>=0.1.2,<0.16.0", + "ipython>=7.15,<9.16", + "ruff>=0.1.2,<0.17.0", ] [tool.setuptools]