From f896101d43740283e1fdb2b3094fa366ca1a4005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:58:24 +0000 Subject: [PATCH] :arrow_up: Bump hypothesis from 6.98.8 to 6.98.9 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.98.8 to 6.98.9. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.98.8...hypothesis-python-6.98.9) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"