diff --git a/poetry.lock b/poetry.lock index 0d606b4c..607b2e67 100644 --- a/poetry.lock +++ b/poetry.lock @@ -120,7 +120,7 @@ docs = ["sphinx"] [[package]] name = "hypothesis" -version = "6.21.5" +version = "6.23.0" description = "A library for property-based testing" category = "dev" optional = false @@ -679,7 +679,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = ">=3.6.1" -content-hash = "4e607fe13fb8299437491e788dba1abe27d694f7d4daa6415ac41d384a392344" +content-hash = "4e3ac482fc77989ee96ba7ed2deb0323abaec5c13c259a76aeaed39ac3f7125e" [metadata.files] appdirs = [ @@ -805,8 +805,8 @@ greenlet = [ {file = "greenlet-1.1.0.tar.gz", hash = "sha256:c87df8ae3f01ffb4483c796fe1b15232ce2b219f0b18126948616224d3f658ee"}, ] hypothesis = [ - {file = "hypothesis-6.21.5-py3-none-any.whl", hash = "sha256:bea32ba5f4b20b3a0be564928c7990bd69c27c0a6717f34f62ecbf4f60b8e8b6"}, - {file = "hypothesis-6.21.5.tar.gz", hash = "sha256:ed74ccff898359383797826aaec35033bc67087d3d39c71c4cbac8a53003d077"}, + {file = "hypothesis-6.23.0-py3-none-any.whl", hash = "sha256:00a6bf77f9109c02de9aa4605a6ca6cdd3bbe1b2ba22622290cfd5a2e243d5a1"}, + {file = "hypothesis-6.23.0.tar.gz", hash = "sha256:232e824b68809b6d4872fafc8eef37e6587148b0aa469a5eae626f46e21b58d9"}, ] identify = [ {file = "identify-2.2.10-py2.py3-none-any.whl", hash = "sha256:18d0c531ee3dbc112fa6181f34faa179de3f57ea57ae2899754f16a7e0ff6421"}, diff --git a/pyproject.toml b/pyproject.toml index 9354e0f6..00ef4203 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ pytest = "^6.2.5" pre-commit = "^2.15.0" pdbpp = "^0.10.3" mypy = "^0.910" -hypothesis = "^6.21.5" +hypothesis = "^6.23.0" pandas = "^1" ipython-sql = "^0.4.0"