From 2258c0e0953b31d97368fbdbcc41c9a342c096f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 11:26:53 +0000 Subject: [PATCH] build(deps-dev): bump hypothesis from 6.41.0 to 6.45.1 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.41.0 to 6.45.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.41.0...hypothesis-python-6.45.1) --- 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 9a28a57..83a7845 100644 --- a/poetry.lock +++ b/poetry.lock @@ -345,7 +345,7 @@ socks = ["socksio (>=1.0.0,<2.0.0)"] [[package]] name = "hypothesis" -version = "6.41.0" +version = "6.45.1" description = "A library for property-based testing" category = "dev" optional = false @@ -1171,7 +1171,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "609a1031bac954a42549bba2a1a3e4aa746ec1a9dd00309670ca5deed11497c2" +content-hash = "324259ebb3f8349060f04347dc3512e5f063d97998477940661d5e1df91ba174" [metadata.files] anyio = [ @@ -1326,8 +1326,8 @@ httpx = [ {file = "httpx-0.22.0.tar.gz", hash = "sha256:d8e778f76d9bbd46af49e7f062467e3157a5a3d2ae4876a4bbfd8a51ed9c9cb4"}, ] hypothesis = [ - {file = "hypothesis-6.41.0-py3-none-any.whl", hash = "sha256:ca931c5a6414f3f9636fdaf978a216ee9b5c4a6b4415adf628e9d5e5003dcd99"}, - {file = "hypothesis-6.41.0.tar.gz", hash = "sha256:de48abb676fc76e4397cd002926e5747cef518570d132221244d27e1075c0bec"}, + {file = "hypothesis-6.45.1-py3-none-any.whl", hash = "sha256:a7bdd028edfb4c3b373a133f7cf5310348ef542e7e159ed274f6db66ab41bdf0"}, + {file = "hypothesis-6.45.1.tar.gz", hash = "sha256:9b51fdbf69926d68d9146bcf6c58da9807d4d29cf65f588c0081f1d2bcc1b21e"}, ] idna = [ {file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"}, diff --git a/pyproject.toml b/pyproject.toml index 1f67fcf..b9af2d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ types-python-dateutil = "^2.8.4" ipdb = "^0.13.9" mkdocs-material = "^8.2.9" mkdocstrings = {version = "^0.18.1", extras = ["python"]} -hypothesis = "^6.41.0" +hypothesis = "^6.45.1" pytest-xdist = "^2.5.0"