diff --git a/poetry.lock b/poetry.lock index f1d66bd36..8b0da3162 100644 --- a/poetry.lock +++ b/poetry.lock @@ -444,13 +444,13 @@ test = ["black", "coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock", "mypy", "pre [[package]] name = "hypothesis" -version = "6.98.13" +version = "6.98.15" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.98.13-py3-none-any.whl", hash = "sha256:42ba2cc2d1fe04a65124fadfc6a305dbf62607aa9f8f94a10efadee9cfa1c4dd"}, - {file = "hypothesis-6.98.13.tar.gz", hash = "sha256:746b5316da2c7af4c3816c34af675909fcb1a6a0e5c7af5cfc36c450be2dca34"}, + {file = "hypothesis-6.98.15-py3-none-any.whl", hash = "sha256:5b40fd81fce9e0b35f0a47e10eb41f375a6b9e8551d0e1084c83b8b0d0d1bb6b"}, + {file = "hypothesis-6.98.15.tar.gz", hash = "sha256:1e31210951511b24ce8b3b6e04d791c466385a30ac3af571bf2223954b025d77"}, ] [package.dependencies] @@ -1753,4 +1753,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.8,<3.12" -content-hash = "dae4008cebc86c54e67310ed2350308884b9642b8660dab727605732cade463a" +content-hash = "dfb8e0bd051bfdad7cb9c5a38e655a6b4cb5d27d6e7b9d576fc16a48d86a3fb0" diff --git a/pyproject.toml b/pyproject.toml index 473a471fe..7382e24bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ python = "^3.8,<3.12" cruft = "^2.15.0" # Project cookiecutter dependencies -hypothesis = "^6.98.13" +hypothesis = "^6.98.15" python-dotenv = "^1.0.1" importlib-metadata = "^7.0.1" structlog-sentry-logger = "^1.1.0"