From 09563d839ef389912addd3a7d10c34d92bc11909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 20:44:08 +0000 Subject: [PATCH] chore(deps-dev): bump hypothesis from 6.74.1 to 6.75.3 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.74.1 to 6.75.3. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.74.1...hypothesis-python-6.75.3) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development update-type: version-update:semver-minor ... 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 49e687b..ca0986a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -879,14 +879,14 @@ gitdb = ">=4.0.1,<5" [[package]] name = "hypothesis" -version = "6.74.1" +version = "6.75.3" description = "A library for property-based testing" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "hypothesis-6.74.1-py3-none-any.whl", hash = "sha256:49b0a2288a609dd8920f8db05c10fb87e55a302154399bd4ee16e2e6e8f2cb8d"}, - {file = "hypothesis-6.74.1.tar.gz", hash = "sha256:3c5c344156a9e187f80dc5036c66110c9c4f98de8a280265f21895abba125d54"}, + {file = "hypothesis-6.75.3-py3-none-any.whl", hash = "sha256:a12bf34c29bd22757d20edf93f95805978ed0ffb8d0b22dbadc890a79dc9baa8"}, + {file = "hypothesis-6.75.3.tar.gz", hash = "sha256:15cdadb80a7ac59087581624d266a4fb585b5cce9b7f88f506c481a9f0e583f6"}, ] [package.dependencies] @@ -2306,4 +2306,4 @@ docs = ["sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "m2r2", "tomlk [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "3fd780a392de354f2836b525d31de006ea775df666806160d44df6c15a3fea4d" +content-hash = "1826ec31d53d94a633f52726693c075d86bc42683fc7cbd2af0a735cdd815c66" diff --git a/pyproject.toml b/pyproject.toml index fb586ff..1eab136 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ pytest-cov = "^4.0" pytest-randomly = "^3.12" pytest-pythonpath = "^0.7.4" pytest-django = "^4.5.2" -hypothesis = "^6.74.1" +hypothesis = "^6.75.3" doc8 = "^0.11.2"