From e4fcb42206509ad78b325f0d4e49caf2450e36c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:13:10 +0000 Subject: [PATCH] Bump hypothesis from 6.103.1 to 6.103.2 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.103.1 to 6.103.2. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.103.1...hypothesis-python-6.103.2) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development 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 e00acc5..7510b7c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -206,13 +206,13 @@ pyflakes = ">=3.2.0,<3.3.0" [[package]] name = "hypothesis" -version = "6.103.1" +version = "6.103.2" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.103.1-py3-none-any.whl", hash = "sha256:d3c959fab6233e78867499e2117ae9db8dc40eeed936d71a2cfc7b6094972e74"}, - {file = "hypothesis-6.103.1.tar.gz", hash = "sha256:d299d5c21d6408eab3be670c94c974f3acf0b511c61fe81804b09091e393ee1f"}, + {file = "hypothesis-6.103.2-py3-none-any.whl", hash = "sha256:629b7cdeca8c225933739f99879caba21949000d2c919c8b4585e01048b3bc73"}, + {file = "hypothesis-6.103.2.tar.gz", hash = "sha256:83504e31e90a0d7d6e8eb93e51525dc1a48d79c932a50ad6035e29f8295328cd"}, ] [package.dependencies] @@ -798,4 +798,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "f7b0f7f2311afdc33636c71ab24559881f432bc05db662bf2dc201e1aa2fba59" +content-hash = "bca6bf3b4470bab11fed67b1814a8aacbe0654147c64ad94165145e13fc7822a" diff --git a/pyproject.toml b/pyproject.toml index d8515b6..1cfef60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ bandit = "^1.7.8" flake8 = "^7.1.0" pytest = "^8.2.2" pre-commit = "^3.7.1" -hypothesis = {extras = ["zoneinfo"], version = "^6.103.1"} +hypothesis = {extras = ["zoneinfo"], version = "^6.103.2"} [build-system] requires = ["poetry-core>=1.0.0"]