diff --git a/poetry.lock b/poetry.lock index 2ef10e889..e6994758c 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.8" +version = "6.98.9" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.98.8-py3-none-any.whl", hash = "sha256:82d13cc46311c4a8de49a8a8613f4e6afbeabbc037e86d24ac16e2f15a0d676d"}, - {file = "hypothesis-6.98.8.tar.gz", hash = "sha256:35bcb6e497967e73d968fc4adedaf49ca5d85a22cc8065798716581f2205563a"}, + {file = "hypothesis-6.98.9-py3-none-any.whl", hash = "sha256:b161d8b7c92ce065ae6e6b9fc644ea6aeb9c7cfe027e2655e4f9ada9d50b0d62"}, + {file = "hypothesis-6.98.9.tar.gz", hash = "sha256:25a6ef40512893618118ba6b6d18d13611ba756e07fa1f0bdd78c64baa6ec874"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.8,<3.12" -content-hash = "a4f15a5a35e5c703ac9d1cf6c5fd6315525f7befa17733d5c7803154e4393d2e" +content-hash = "38b8db5f5bb6d3cd71acfdbca78779caee9395c89bbef4050a267c1fcdc60235" diff --git a/pyproject.toml b/pyproject.toml index ffb63aacf..3777d4039 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.8" +hypothesis = "^6.98.9" python-dotenv = "^1.0.1" importlib-metadata = "^7.0.1" structlog-sentry-logger = "^1.0.3"