From bcc4e8b734e7d643dd86453caa448f5dde3f888d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 13:29:35 +0000 Subject: [PATCH] Bump hypothesis from 6.100.2 to 6.100.4 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.100.2 to 6.100.4. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.100.2...hypothesis-python-6.100.4) --- 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 bb89492ae..a3f61743d 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.100.2" +version = "6.100.4" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.100.2-py3-none-any.whl", hash = "sha256:4ae5918f5a47f979e53fe9e8be4ba6edf17d7a133c13542938d8a6e18f890a2a"}, - {file = "hypothesis-6.100.2.tar.gz", hash = "sha256:7d68e45d371cee5b9d2236516341aca57fb7f2cfabef6cb9e5b3a7ec62219cf2"}, + {file = "hypothesis-6.100.4-py3-none-any.whl", hash = "sha256:f1909d4702d21be55720bbbc58e0b42172e14bf712a8ecbab00ad6ae209a5ec9"}, + {file = "hypothesis-6.100.4.tar.gz", hash = "sha256:f6858353a5fae943cae149cc618b9f2b261143df9d8d792cf1065a1b289bbb24"}, ] [package.dependencies] @@ -1747,4 +1747,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.8,<3.12" -content-hash = "4ab7044bd28a6a79dd4399307926bed1c3b14fedae712c4aea18e69ac6f122c4" +content-hash = "a6dfe98771de57fb339c9f3b376844edbfd001b0c199b48f7638f2009a8c33f6" diff --git a/pyproject.toml b/pyproject.toml index 79f29e72e..14a5a08b9 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.100.2" +hypothesis = "^6.100.4" python-dotenv = "^1.0.1" importlib-metadata = "^7.1.0" structlog-sentry-logger = "^1.4.0"