diff --git a/poetry.lock b/poetry.lock index bea32f51d..8e994c02c 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.99.5" +version = "6.99.6" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.99.5-py3-none-any.whl", hash = "sha256:0ab4968fa4c38ba6d3cd9f54f3d637e3c72fe136bff11373355f2e06416c6a7d"}, - {file = "hypothesis-6.99.5.tar.gz", hash = "sha256:1f795b71abe46f3919591acf7fc05cbcd9b601b97806d97433e0eb9bdb200861"}, + {file = "hypothesis-6.99.6-py3-none-any.whl", hash = "sha256:f5287e0ca8be94b2129483e1268639f8675c8c041d1b1756561a374575659940"}, + {file = "hypothesis-6.99.6.tar.gz", hash = "sha256:397e362c8d7e3a5f4654644db964759f6a7f26a8c8a46d2a9e909595d9769ed1"}, ] [package.dependencies] @@ -1754,4 +1754,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.8,<3.12" -content-hash = "1568d866ac323de44c9f878127ff225804c05b69c5c6a163ea7a0f2b9e7a47f2" +content-hash = "ebb2e578f8f5464785b8705dd0add6d7284c62cccd79bafc792ced0535f17adf" diff --git a/pyproject.toml b/pyproject.toml index fe8135480..9c9e6c6ba 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.99.5" +hypothesis = "^6.99.6" python-dotenv = "^1.0.1" importlib-metadata = "^7.0.2" structlog-sentry-logger = "^1.1.0"