From 8b214d548f3484615a5a18b52d5ca68bbd506911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 13:02:36 +0000 Subject: [PATCH] Bump the packages group across 1 directory with 3 updates Updates the requirements on [dlite-python](https://github.com/SINTEF/dlite), [eval-type-backport](https://github.com/alexmojaki/eval_type_backport) and [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. Updates `dlite-python` to 0.5.49 - [Release notes](https://github.com/SINTEF/dlite/releases) - [Commits](https://github.com/SINTEF/dlite/compare/v0.5.29...v0.5.49) Updates `eval-type-backport` to 0.4.0 - [Commits](https://github.com/alexmojaki/eval_type_backport/compare/v0.3.1...v0.4.0) Updates `uvicorn` to 0.49.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.45.0...0.49.0) --- updated-dependencies: - dependency-name: dlite-python dependency-version: 0.5.49 dependency-type: direct:production dependency-group: packages - dependency-name: eval-type-backport dependency-version: 0.4.0 dependency-type: direct:production dependency-group: packages - dependency-name: uvicorn dependency-version: 0.49.0 dependency-type: direct:production dependency-group: packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2d299aa..8637095 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,15 +28,15 @@ requires-python = "~=3.10" dynamic = ["version"] dependencies = [ - "DLite-Python ~=0.5.29,<0.5.40", - "eval-type-backport ~=0.3.1", + "DLite-Python >=0.5.29,<0.6.0", + "eval-type-backport >=0.3.1,<0.5.0", "fastapi ~=0.136.0", "optimade[mongo] ~=1.4", "oteapi-core >=1.0.1,<2", "oteapi-dlite >=1.0.1,<2", "Pillow >=12.2.0", # for safety reason, not a direct dependency "requests ~=2.33", - "uvicorn[standard] >=0.45,<0.49", + "uvicorn[standard] >=0.45,<0.50", ] [project.optional-dependencies]