From 86af9ca9e563573b87780e1a916244c8749a6fc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:04:09 +0000 Subject: [PATCH] chore(deps): update dependency hypothesis to v4.57.1 --- poetry.lock | 31 ++++++++++++++++++++++--------- pyproject.toml | 2 +- 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0f1cb7ad0..164e36997 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1677,27 +1677,28 @@ dev = ["black", "pytest"] [[package]] name = "hypothesis" -version = "4.24.6" -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.24.6-py3-none-any.whl", hash = "sha256:223b7eb23f06ed00ad5227e7e5add7fecf6a8f35f36636463a9c7ad422829f3f"}, - {file = "hypothesis-4.24.6.tar.gz", hash = "sha256:15e9d9064e826d6f693a3633a3fae116832159aba0951b8eb65a47082feda4c9"}, + {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]] @@ -2817,6 +2818,7 @@ files = [ {file = "psycopg2-2.9.10-cp311-cp311-win_amd64.whl", hash = "sha256:0435034157049f6846e95103bd8f5a668788dd913a7c30162ca9503fdf542cb4"}, {file = "psycopg2-2.9.10-cp312-cp312-win32.whl", hash = "sha256:65a63d7ab0e067e2cdb3cf266de39663203d38d6a8ed97f5ca0cb315c73fe067"}, {file = "psycopg2-2.9.10-cp312-cp312-win_amd64.whl", hash = "sha256:4a579d6243da40a7b3182e0430493dbd55950c493d8c68f4eec0b302f6bbf20e"}, + {file = "psycopg2-2.9.10-cp313-cp313-win_amd64.whl", hash = "sha256:91fd603a2155da8d0cfcdbf8ab24a2d54bca72795b90d2a3ed2b6da8d979dee2"}, {file = "psycopg2-2.9.10-cp39-cp39-win32.whl", hash = "sha256:9d5b3b94b79a844a986d029eee38998232451119ad653aea42bb9220a8c5066b"}, {file = "psycopg2-2.9.10-cp39-cp39-win_amd64.whl", hash = "sha256:88138c8dedcbfa96408023ea2b0c369eda40fe5d75002c0964c78f46f11fa442"}, {file = "psycopg2-2.9.10.tar.gz", hash = "sha256:12ec0b40b0273f95296233e8750441339298e6a572f7039da5b260e3c8b60e11"}, @@ -3832,6 +3834,17 @@ allpy3 = ["cryptography (>=2.1.1)", "python3-saml (>=1.5.0)"] azuread = ["cryptography (>=2.1.1)"] 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.6" @@ -4238,4 +4251,4 @@ xmlsec = ["xmlsec (>=0.6.1)"] [metadata] lock-version = "2.0" python-versions = "3.12.6" -content-hash = "f0c1ea52bc56aaa92d4f813f7caf0fa9096c078f8fa07e64ab24cbd21096d897" +content-hash = "fdd9459303b4cd4527b21cbc3338ea0615d469cbcd836df91bc815f94041d5fe" diff --git a/pyproject.toml b/pyproject.toml index 2a6daf678..34f5af147 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ django-debug-toolbar = "*" factory-boy = "3.3.1" faker = "30.10.0" freezegun = "1.5.1" -hypothesis = "4.24.6" +hypothesis = "4.57.1" ipdb = "*" nplusone = ">=0.8.1" pdbpp = "*"