From 1cd08441a3b971c0751cb734e2ce4c2ba83a29ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 02:33:44 +0000 Subject: [PATCH] Bump hypothesis from 6.108.2 to 6.111.2 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.108.2 to 6.111.2. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.108.2...hypothesis-python-6.111.2) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2b731f9..34783bc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -206,13 +206,13 @@ pyflakes = ">=3.2.0,<3.3.0" [[package]] name = "hypothesis" -version = "6.108.2" +version = "6.111.2" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.108.2-py3-none-any.whl", hash = "sha256:2341d21d0e956bad8bd6269aa7d4f3233507f3ed52380c60ceb2f8b71f87a8e5"}, - {file = "hypothesis-6.108.2.tar.gz", hash = "sha256:62cf1c16bd98548b6a84007c5fb8cf6d9cb358dad870adb4f236c795ef162fdd"}, + {file = "hypothesis-6.111.2-py3-none-any.whl", hash = "sha256:055e8228958e22178d6077e455fd86a72044d02dac130dbf9c8b31e161b9809c"}, + {file = "hypothesis-6.111.2.tar.gz", hash = "sha256:0496ad28c7240ee9ba89fcc7fb1dc74e89f3e40fbcbbb5f73c0091558dec8e6e"}, ] [package.dependencies] @@ -222,10 +222,10 @@ sortedcontainers = ">=2.1.0,<3.0.0" tzdata = {version = ">=2024.1", optional = true, markers = "(sys_platform == \"win32\" or sys_platform == \"emscripten\") and extra == \"zoneinfo\""} [package.extras] -all = ["backports.zoneinfo (>=0.2.1)", "black (>=19.10b0)", "click (>=7.0)", "crosshair-tool (>=0.0.61)", "django (>=3.2)", "dpcontracts (>=0.4)", "hypothesis-crosshair (>=0.0.7)", "lark (>=0.10.1)", "libcst (>=0.3.16)", "numpy (>=1.17.3)", "pandas (>=1.1)", "pytest (>=4.6)", "python-dateutil (>=1.4)", "pytz (>=2014.1)", "redis (>=3.0.0)", "rich (>=9.0.0)", "tzdata (>=2024.1)"] +all = ["backports.zoneinfo (>=0.2.1)", "black (>=19.10b0)", "click (>=7.0)", "crosshair-tool (>=0.0.70)", "django (>=3.2)", "dpcontracts (>=0.4)", "hypothesis-crosshair (>=0.0.13)", "lark (>=0.10.1)", "libcst (>=0.3.16)", "numpy (>=1.17.3)", "pandas (>=1.1)", "pytest (>=4.6)", "python-dateutil (>=1.4)", "pytz (>=2014.1)", "redis (>=3.0.0)", "rich (>=9.0.0)", "tzdata (>=2024.1)"] cli = ["black (>=19.10b0)", "click (>=7.0)", "rich (>=9.0.0)"] codemods = ["libcst (>=0.3.16)"] -crosshair = ["crosshair-tool (>=0.0.61)", "hypothesis-crosshair (>=0.0.7)"] +crosshair = ["crosshair-tool (>=0.0.70)", "hypothesis-crosshair (>=0.0.13)"] dateutil = ["python-dateutil (>=1.4)"] django = ["django (>=3.2)"] dpcontracts = ["dpcontracts (>=0.4)"] @@ -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 = "71288fe512b2669e3dec9578d4b4407feb195ae355b91e7635c0d7643019ed9a" +content-hash = "4fc2fca6e92c45c0983c6506a63ffcbfa05b093e1f51280bec5a3cfe7a7d29ee" diff --git a/pyproject.toml b/pyproject.toml index 8ad8a7e..6d6c760 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ bandit = "^1.7.9" flake8 = "^7.1.0" pytest = "^8.3.2" pre-commit = "^3.8.0" -hypothesis = {extras = ["zoneinfo"], version = "^6.108.2"} +hypothesis = {extras = ["zoneinfo"], version = "^6.111.2"} [build-system] requires = ["poetry-core>=1.0.0"]