From 3f386f74eeb75e2bcdd07ccf1d2562af308f2231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 13:45:57 +0000 Subject: [PATCH] Bump hypothesis from 6.82.3 to 6.82.4 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.82.3 to 6.82.4. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.82.3...hypothesis-python-6.82.4) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 7 ++++--- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 53e8af07b..7c9552f73 100644 --- a/poetry.lock +++ b/poetry.lock @@ -437,12 +437,13 @@ gitdb = ">=4.0.1,<5" [[package]] name = "hypothesis" -version = "6.82.3" +version = "6.82.4" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.82.3-py3-none-any.whl", hash = "sha256:7ff0f6a12d3cd9372e30f84d300e2468c3923e813198a93b9e479dda91858460"}, + {file = "hypothesis-6.82.4-py3-none-any.whl", hash = "sha256:3f1e730ea678d01ad2183325b1350faa6b097b98ced1e97e0ba67bcf5e2439ea"}, + {file = "hypothesis-6.82.4.tar.gz", hash = "sha256:11f32a66cf361a72f2a36527a15639ea6814d1dbf54782c3a8ea31585d62ab27"}, ] [package.dependencies] @@ -1724,4 +1725,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.8,<3.12" -content-hash = "43a7b86e653465fa4e28606fa20d85013a944998e1cbb069a94227af53ecf8ef" +content-hash = "922c3f96c5c7ce249c25ef7b0c9de4890f228d9918f73467a98d347c2306ee9b" diff --git a/pyproject.toml b/pyproject.toml index a477342d2..a6d71ae52 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.82.3" +hypothesis = "^6.82.4" python-dotenv = "^1.0.0" importlib-metadata = "^6.8.0" structlog-sentry-logger = "^1.0.1"