diff --git a/pyproject.toml b/pyproject.toml index c3be9fcc..af18048d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pfun" -version = "0.13.42" +version = "0.13.43" description = "Functional, composable, asynchronous, type-safe Python." authors = ["Sune Debel"] readme = "README.md" @@ -29,7 +29,7 @@ Cython = [ pytest-mypy-plugins = "^1.9.3" pytest-asyncio = "1.1.0" pytest = "8.4.1" -hypothesis = "6.79.4" +hypothesis = "6.151.10" ipython = "^7.7" ipdb = "0.13.13" flake8 = "7.3.0"