From 15edda452ee72dd22ec039f4be90736d4be8dc0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 03:09:59 +0000 Subject: [PATCH] Update dependency toolz to ^0.12.0 --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c90dbd1e..985342ab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3675,12 +3675,13 @@ testing = ["black", "mypy", "pytest", "pytest-gitignore", "pytest-mock", "respon [[package]] name = "toolz" -version = "0.10.0" +version = "0.12.1" description = "List processing tools and functional utilities" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=3.7" files = [ - {file = "toolz-0.10.0.tar.gz", hash = "sha256:08fdd5ef7c96480ad11c12d472de21acd32359996f69a5259299b540feba4560"}, + {file = "toolz-0.12.1-py3-none-any.whl", hash = "sha256:d22731364c07d72eea0a0ad45bafb2c2937ab6fd38a3507bf55eae8744aa7d85"}, + {file = "toolz-0.12.1.tar.gz", hash = "sha256:ecca342664893f177a13dac0e6b41cbd8ac25a358e5f215316d43e2100224f4d"}, ] [[package]] @@ -3996,4 +3997,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11.0" -content-hash = "5ac982b050f997d7e5086a4424361f1e2649d7a658bccd3cbdfb8cc3a023fa2b" +content-hash = "eb6e32e7d9073b5d3e2cb3a258dc8e5e56d0ff5139344c45457fb4d45e36a058" diff --git a/pyproject.toml b/pyproject.toml index b5f2f308..79a174be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ sentry-sdk = "^1.25.1" social-auth-app-django = "^5.2.0" static3 = "^0.5.1" tldextract = "^5.1.1" -toolz = "^0.10.0" +toolz = "^0.12.0" ulid-py = "^1.1.0" urllib3 = "^1.25.10" uwsgi = "^2.0.21"