From 166309de0919cbb653bb267251a583cf4b6d7d2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 18:37:44 +0000 Subject: [PATCH] build(deps): update diskcache2 requirement from 0.1.2 to 1.0.0 Updates the requirements on [diskcache2](https://github.com/grantjenks/python-diskcache) to permit the latest version. - [Commits](https://github.com/grantjenks/python-diskcache/compare/v0.1.2...v1.0.0) --- updated-dependencies: - dependency-name: diskcache2 dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b55e390e8..7467ee723 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ django-mptt = "0.17.0" psycopg = { extras = ["binary"], version = "3.2.6" } python-dotenv = "1.1.0" uuid-utils = "0.10.0" -diskcache2 = "0.1.2" +diskcache2 = "1.0.0" captcha = "0.7.1" langchain-openai = "0.3.14" langchain-anthropic = "0.3.12"