From 5c761da3903422f809151d251e9597836c343d90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 22:07:25 +0000 Subject: [PATCH] Bump hypothesis from 6.14.3 to 6.14.4 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.14.3 to 6.14.4. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.14.3...hypothesis-python-6.14.4) --- 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 fcd5efc9..096140d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -96,7 +96,7 @@ docs = ["sphinx"] [[package]] name = "hypothesis" -version = "6.14.3" +version = "6.14.4" description = "A library for property-based testing" category = "dev" optional = false @@ -495,7 +495,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = ">=3.6.1" -content-hash = "e56dbc9ceb331510c44da1985880ac5af64d1b5e80aedd6d5e163a11bc5b92f7" +content-hash = "4344de2fbb2dec176ab9024352044b44f5da19b562de05f8123ed316289d2d46" [metadata.files] appdirs = [ @@ -607,8 +607,8 @@ greenlet = [ {file = "greenlet-1.1.0.tar.gz", hash = "sha256:c87df8ae3f01ffb4483c796fe1b15232ce2b219f0b18126948616224d3f658ee"}, ] hypothesis = [ - {file = "hypothesis-6.14.3-py3-none-any.whl", hash = "sha256:6071ed0d25d90557f69e6a4d941b221f9b0beedde8ec8e4a136a40cad73d4886"}, - {file = "hypothesis-6.14.3.tar.gz", hash = "sha256:1c8776d9fc8c598cf1b93b99bd87976f9d9b589fc58843d85a30090700f14a8a"}, + {file = "hypothesis-6.14.4-py3-none-any.whl", hash = "sha256:8ffb719d65f591782fee1b50899e52b291b3bcc2e4a0ffc9b783c86dc3dc6a03"}, + {file = "hypothesis-6.14.4.tar.gz", hash = "sha256:629decf31b54f8223a53fc4566057b62bf73ac43b87c4b7f3d71a34e71876998"}, ] identify = [ {file = "identify-2.2.10-py2.py3-none-any.whl", hash = "sha256:18d0c531ee3dbc112fa6181f34faa179de3f57ea57ae2899754f16a7e0ff6421"}, diff --git a/pyproject.toml b/pyproject.toml index 0001e2ae..80ec8c15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ pytest = "^6.2.4" pre-commit = "^2.13.0" pdbpp = "^0.10.3" mypy = "^0.910" -hypothesis = "^6.14.3" +hypothesis = "^6.14.4" pandas = "^1" [tool.poetry.plugins."sqlalchemy.dialects"]