diff --git a/poetry.lock b/poetry.lock index 0de37103..518580df 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 = "28bc4521d0fb715b0a75d59a561fc1b795b15f92e521569328d83ae83346d85d" +content-hash = "ed742cdd9cf694c71b87dba1c0814ef247e0c5a65b9dfe8df061753a55edb996" diff --git a/pyproject.toml b/pyproject.toml index afc0360e..a46a4728 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"