diff --git a/api/pdm.lock b/api/pdm.lock index 56797dd210d..7798556c0f4 100644 --- a/api/pdm.lock +++ b/api/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "dev", "overrides", "test"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:952b433a916c0c7d09f46a6d96da037194e4a09a02f678b3d5cab1cc8ab2326b" +content_hash = "sha256:9ea5a861d415839f31e0f5354cd9298eb19c4cf9a8e0c79bcef434c1f0723ec2" [[metadata.targets]] requires_python = "==3.12.*" @@ -747,12 +747,13 @@ files = [ [[package]] name = "future" -version = "0.18.3" +version = "1.0.0" requires_python = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" summary = "Clean single-source support for Python 3 and 2" groups = ["default"] files = [ - {file = "future-0.18.3.tar.gz", hash = "sha256:34a17436ed1e96697a86f9de3d15a3b0be01d8bc8de9c1dffd59fb8234ed5307"}, + {file = "future-1.0.0-py3-none-any.whl", hash = "sha256:929292d34f5872e70396626ef385ec22355a1fae8ad29e1a734c3e43f9fbc216"}, + {file = "future-1.0.0.tar.gz", hash = "sha256:bd2968309307861edae1458a4f8a4f3598c03be43b97521076aebf5d94c07b05"}, ] [[package]] diff --git a/api/pyproject.toml b/api/pyproject.toml index e7825675fbc..bf0e7c4c402 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "drf-spectacular >=0.27.1, <0.28", "elasticsearch >=8.13.0, <9", "elasticsearch-dsl >=8.12.0, <9", - "future >=0.18.3, <0.19", + "future >=1, <1.1", "limit >=0.2.3, <0.3", "pillow >=10.2.0, <11", "psycopg >=3.1.18, <4",