From 52c95eadbb96332571c45d7f3050605e643f9a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 23:56:34 +0000 Subject: [PATCH] build(deps-dev): bump hypothesis from 6.82.0 to 6.82.6 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.82.0 to 6.82.6. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.82.0...hypothesis-python-6.82.6) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 371d623..c5d5a1b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -15,8 +15,8 @@ files = [ lazy-object-proxy = ">=1.4.0" typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.11\""} wrapt = [ - {version = ">=1.11,<2", markers = "python_version < \"3.11\""}, {version = ">=1.14,<2", markers = "python_version >= \"3.11\""}, + {version = ">=1.11,<2", markers = "python_version < \"3.11\""}, ] [[package]] @@ -345,13 +345,13 @@ testing = ["covdefaults (>=1.2.0)", "coverage (>=4)", "pytest (>=4)", "pytest-co [[package]] name = "hypothesis" -version = "6.82.0" +version = "6.82.6" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.82.0-py3-none-any.whl", hash = "sha256:fa8eee429b99f7d3c953fb2b57de415fd39b472b09328b86c1978f12669ef395"}, - {file = "hypothesis-6.82.0.tar.gz", hash = "sha256:ffece8e40a34329e7112f7408f2c45fe587761978fdbc6f4f91bf0d683a7d4d9"}, + {file = "hypothesis-6.82.6-py3-none-any.whl", hash = "sha256:e99c445140e43f1cceda07b569f2f2d920d95435c6b0e6b507b35b01bb025e9d"}, + {file = "hypothesis-6.82.6.tar.gz", hash = "sha256:f52ac4180a16208224e3d648fbf0fef8b9ca24863ba4b41bfef30a78c42646bd"}, ] [package.dependencies] @@ -672,8 +672,8 @@ files = [ astroid = ">=2.15.6,<=2.17.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ - {version = ">=0.2", markers = "python_version < \"3.11\""}, {version = ">=0.3.6", markers = "python_version >= \"3.11\""}, + {version = ">=0.2", markers = "python_version < \"3.11\""}, ] isort = ">=4.2.5,<6" mccabe = ">=0.6,<0.8" @@ -740,8 +740,8 @@ files = [ attrs = ">=19.0" filelock = ">=3.0" mypy = [ - {version = ">=0.780", markers = "python_version >= \"3.9\" and python_version < \"3.11\""}, {version = ">=0.900", markers = "python_version >= \"3.11\""}, + {version = ">=0.780", markers = "python_version >= \"3.9\" and python_version < \"3.11\""}, ] pytest = {version = ">=6.2", markers = "python_version >= \"3.10\""} @@ -1061,4 +1061,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "0e5b4e0dfde858678933c65ec3fa83da18db11c6869b741e40c00046dfe7c426" +content-hash = "521663d45ee1f9dcfadb74901ad32074b729de45d0bbb7618397abfbeb07ff7a" diff --git a/pyproject.toml b/pyproject.toml index 13ea8b4..3305414 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ pytest-mypy = "^0.10.3" pydocstyle = "^6.3.0" pytest-pydocstyle = "^2.3.2" pyenchant = "^3.2.2" -hypothesis = "^6.82.0" +hypothesis = "^6.82.6" [tool.poetry.group.dev.dependencies] pytest-pylint = {git = "https://github.com/carsongee/pytest-pylint.git", rev = "804add7"}