From 453396885e22061ea086fd1ea7062072a767d920 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:19:14 +0000 Subject: [PATCH] fix(deps): update dependency hypothesis to v4.57.1 --- poetry.lock | 31 +++++++++++++++++++++---------- pyproject.toml | 2 +- 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 106cfc68d9..64d86001c8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1725,28 +1725,28 @@ dev = ["black", "pytest"] [[package]] name = "hypothesis" -version = "4.23.9" -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.9-py2-none-any.whl", hash = "sha256:54eea352c89eee8a0c4a74607b275471033f380dad27c33be5a9b647dd8680fa"}, - {file = "hypothesis-4.23.9-py3-none-any.whl", hash = "sha256:7905eaf59be8ff599b0122a582b196751ce63ba40f6e9b4c70d878873f48f51d"}, - {file = "hypothesis-4.23.9.tar.gz", hash = "sha256:a0e756dbd9042403d7d3fa8b281c4b0bd0bd621011a79259fb36b219861238af"}, + {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]] @@ -3593,6 +3593,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.5" @@ -4063,4 +4074,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.9.18" -content-hash = "ba648f8b870037637a01d07020f43de9fb69a1635a2181d75e27b8e1c3c48897" +content-hash = "7865142910bdf1936234760c7e22f5440ef54169d179f281eaf6d0f05bde6b73" diff --git a/pyproject.toml b/pyproject.toml index 693ef5f908..4db3c46612 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ djoser = "^2.1.0" drf-extensions = "^0.7.1" edx-api-client = "^1.9.0" hubspot-api-client = "^6.1.0" -hypothesis = "4.23.9" +hypothesis = "4.57.1" ipython = "^8.0.0" mitol-django-google-sheets-deferrals = "2023.12.19" mitol-django-google-sheets-refunds = "2023.12.19"