From 735974a9c991bdeb7197303e454cc9bb92d8aae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 08:41:22 +0000 Subject: [PATCH] Bump the python group across 1 directory with 2 updates Updates the requirements on [dlite-python](https://github.com/SINTEF/dlite) and [pytest](https://github.com/pytest-dev/pytest) 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 `pytest` from 9.0.3 to 9.1.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.0) --- updated-dependencies: - dependency-name: dlite-python dependency-version: 0.5.49 dependency-type: direct:production dependency-group: python - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 276dd608..49a0def3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dynamic = ["version"] dependencies = [ # Core dependencies - "DLite-Python>=0.5.29,<0.5.40", + "DLite-Python>=0.5.29,<0.5.50", "numpy>=2.1,<3", "oteapi-core>=1.0,<2", "pydantic-settings>=2.8,<3", @@ -44,7 +44,7 @@ testing = [ "PyYAML~=6.0", "otelib~=1.0", "rdflib>=5.0.0,<8", - "pytest==9.0.3", + "pytest==9.1.0", "pytest-cov==7.1.0", ] dev = [