From 9ecbef59c99b7d20298f1c7c58489e5cd2275c1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 00:48:48 +0000 Subject: [PATCH] Bump hypothesis from 6.87.3 to 6.92.2 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.87.3 to 6.92.2. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.87.3...hypothesis-python-6.92.2) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index b398012..a3b7e3b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "appdirs" @@ -644,17 +644,17 @@ files = [ [[package]] name = "hypothesis" -version = "6.87.3" +version = "6.92.2" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.87.3-py3-none-any.whl", hash = "sha256:684a7b56a4a2e990cb0efb3124c2d886c5138453550b6f4f4a3b75bfc8ef24d4"}, - {file = "hypothesis-6.87.3.tar.gz", hash = "sha256:e67391efb9e6f663031f493d04b5edfb2e47bfc5a6ea56190aed3bc7993d5899"}, + {file = "hypothesis-6.92.2-py3-none-any.whl", hash = "sha256:d335044492acb03fa1fdb4edacb81cca2e578049fc7306345bc0e8947fef15a9"}, + {file = "hypothesis-6.92.2.tar.gz", hash = "sha256:841f89a486c43bdab55698de8929bd2635639ec20bf6ce98ccd75622d7ee6d41"}, ] [package.dependencies] -attrs = ">=19.2.0" +attrs = ">=22.2.0" exceptiongroup = {version = ">=1.0.0", markers = "python_version < \"3.11\""} sortedcontainers = ">=2.1.0,<3.0.0" @@ -1275,4 +1275,4 @@ pyaiken = ["pyaiken"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "2462f7b3da6f8bc7b38cb8fcd3ca0a5b814c411d9a28834e124dab0407146f36" +content-hash = "b0ed5fb2f4ddb3dc796569244878e21d7e9f9922afa24c2edeab72c9f16d7eff" diff --git a/pyproject.toml b/pyproject.toml index 8008bef..fe34ecd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ uplc = "^0.6.7" black = "^23.9.1" pre-commit = "^3.3.3" pytest = "^7.4.2" -hypothesis = "^6.87.3" +hypothesis = "^6.92.2" pytest-xdist = "^3.3.1" pytest-mock = "^3.11.1"