diff --git a/pyproject.toml b/pyproject.toml index ed3b1c6..042e9a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,9 +20,9 @@ keywords = [ [project.optional-dependencies] dev = [ "bandit>=1.7.4", - "coverage[toml]==7.13.5", + "coverage[toml]==7.14.0", "freezegun>=0.3.15,<1.6.0", - "ipython>=7.15,<9.13", + "ipython>=7.15,<9.14", "ruff>=0.1.2,<0.16.0", ]