diff --git a/poetry.lock b/poetry.lock index 9a28a57..c6f1fac 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.46.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 = "a58e57ea9937498cc1c1f3e23b0d1247021ef66afaef3ff45055871942fd527c" [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.46.1-py3-none-any.whl", hash = "sha256:42e1e86600f0910f1ead954c4e96ab3a1f3bd3225faef8ea1a96377368e10a62"}, + {file = "hypothesis-6.46.1.tar.gz", hash = "sha256:2ef1753aeb8013e0c911601f445a3ea894bc19960043c505fe3313712093acf9"}, ] idna = [ {file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"}, diff --git a/pyproject.toml b/pyproject.toml index 1f67fcf..64c684a 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.46.1" pytest-xdist = "^2.5.0"