From 75d7caf83b1d7021c206069acf46cc22ae5b6fba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 13:12:13 +0000 Subject: [PATCH] Update dependency threadpoolctl to v3.5.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a60be39..f5402ff 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1733,13 +1733,13 @@ test = ["pytest", "tornado (>=4.5)", "typeguard"] [[package]] name = "threadpoolctl" -version = "3.4.0" +version = "3.5.0" description = "threadpoolctl" optional = false python-versions = ">=3.8" files = [ - {file = "threadpoolctl-3.4.0-py3-none-any.whl", hash = "sha256:8f4c689a65b23e5ed825c8436a92b818aac005e0f3715f6a1664d7c7ee29d262"}, - {file = "threadpoolctl-3.4.0.tar.gz", hash = "sha256:f11b491a03661d6dd7ef692dd422ab34185d982466c49c8f98c8f716b5c93196"}, + {file = "threadpoolctl-3.5.0-py3-none-any.whl", hash = "sha256:56c1e26c150397e58c4926da8eeee87533b1e32bef131bd4bf6a2f45f3185467"}, + {file = "threadpoolctl-3.5.0.tar.gz", hash = "sha256:082433502dd922bf738de0d8bcc4fdcbf0979ff44c42bd40f5af8a282f6fa107"}, ] [[package]] @@ -1878,4 +1878,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.9.7 || >3.9.7,<4.0" -content-hash = "47254d17388abba6d6976235410a3df28055fe46b7cf21342ac89322aece8ec5" +content-hash = "38fbeaa849ccea7af338368c5b53ce1135ce84fbb22c4afe667f446326f008f3" diff --git a/pyproject.toml b/pyproject.toml index 6d3acec..5917700 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ bcrypt = "4.0.1" email-validator = "^2.1.0.post1" emails = "0.6" fastapi = "==0.110.0" -threadpoolctl = "==3.4.0" +threadpoolctl = "==3.5.0" tenacity = "==8.3.0" toml = "==0.10.2" psycopg = {extras = ["binary"], version = "^3.1.13"}