diff --git a/poetry.lock b/poetry.lock index 22b4e51fd8..8cfcaace18 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1666,28 +1666,28 @@ dev = ["black", "pytest"] [[package]] name = "hypothesis" -version = "4.23.4" -description = "A library for property based testing" +version = "4.57.1" +description = "A library for property-based testing" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ - {file = "hypothesis-4.23.4-py2-none-any.whl", hash = "sha256:c761288bb04b1c2c32fbc06981e22ba5b020bcc272aa39e749c77156301b5b13"}, - {file = "hypothesis-4.23.4-py3-none-any.whl", hash = "sha256:782520620cd42ed4f0a76ea95e05d0c4726387b5e0b0e787b5c16ca86d66f9c5"}, - {file = "hypothesis-4.23.4.tar.gz", hash = "sha256:a9708beea61b45ee11de99aa61e06fe6d559aeccabe5017f9080522449727f18"}, + {file = "hypothesis-4.57.1-py3-none-any.whl", hash = "sha256:94f0910bc87e0ae8c098f4ada28dfdc381245e0c8079c674292b417dbde144b5"}, + {file = "hypothesis-4.57.1.tar.gz", hash = "sha256:3c4369a4b0a1348561048bcda5f1db951a1b8e2a514ea8e8c70d36e656bf6fa0"}, ] [package.dependencies] -attrs = ">=16.0.0" +attrs = ">=19.2.0" +sortedcontainers = ">=2.1.0,<3.0.0" [package.extras] -all = ["django (>=1.11)", "dpcontracts (>=0.4)", "lark-parser (>=0.6.5)", "numpy (>=1.9.0)", "pandas (>=0.19)", "pytest (>=3.0)", "python-dateutil (>=1.4)", "pytz", "pytz (>=2014.1)"] +all = ["django (>=1.11)", "dpcontracts (>=0.4)", "lark-parser (>=0.6.5)", "numpy (>=1.9.0)", "pandas (>=0.19)", "pytest (>=4.3)", "python-dateutil (>=1.4)", "pytz (>=2014.1)"] dateutil = ["python-dateutil (>=1.4)"] -django = ["django (>=1.11)", "pytz"] +django = ["django (>=1.11)", "pytz (>=2014.1)"] dpcontracts = ["dpcontracts (>=0.4)"] lark = ["lark-parser (>=0.6.5)"] numpy = ["numpy (>=1.9.0)"] pandas = ["pandas (>=0.19)"] -pytest = ["pytest (>=3.0)"] +pytest = ["pytest (>=4.3)"] pytz = ["pytz (>=2014.1)"] [[package]] @@ -3441,6 +3441,17 @@ azuread = ["cryptography (>=2.1.1)"] openidconnect = ["python-jose (>=3.0.0)"] saml = ["python3-saml (>=1.5.0)"] +[[package]] +name = "sortedcontainers" +version = "2.4.0" +description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set" +optional = false +python-versions = "*" +files = [ + {file = "sortedcontainers-2.4.0-py2.py3-none-any.whl", hash = "sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0"}, + {file = "sortedcontainers-2.4.0.tar.gz", hash = "sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88"}, +] + [[package]] name = "soupsieve" version = "2.5" @@ -3910,4 +3921,4 @@ xmlsec = ["xmlsec (>=0.6.1)"] [metadata] lock-version = "2.0" python-versions = "3.9.14" -content-hash = "6f5eac21f0872d2a740b10cf4ceef7297ccf001830a0b4921670f14091124abd" +content-hash = "8916c208b1504e0c90cd466b1d392c1683bf697a3766ee28a78743432bea57a3" diff --git a/pyproject.toml b/pyproject.toml index 8b06e50978..f0c095a28f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ ipdb = "*" isort = "4.3.21" nplusone = ">=0.8.1" pdbpp = "*" -hypothesis = "4.23.4" +hypothesis = "4.57.1" pylint = "2.7.4" pylint-django = "2.1.0" pytest = ">=7.0.0"