From f2026004723160be76a5796d6ca90f1ed2e1348b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 20:06:40 +0000 Subject: [PATCH] Bump the python group across 1 directory with 3 updates Updates the requirements on [dlite-python](https://github.com/SINTEF/dlite), [pytest](https://github.com/pytest-dev/pytest) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `dlite-python` to 0.5.29 - [Release notes](https://github.com/SINTEF/dlite/releases) - [Commits](https://github.com/SINTEF/dlite/compare/v0.4.5...v0.5.29) Updates `pytest` from 8.3.3 to 8.3.4 - [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/8.3.3...8.3.4) Updates `pre-commit` from 4.0.1 to 4.1.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.0.1...v4.1.0) --- updated-dependencies: - dependency-name: dlite-python dependency-type: direct:production dependency-group: python - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f944a3fb..3f6f4ba8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dynamic = ["version"] dependencies = [ # Core dependencies - "DLite-Python>=0.4.5,<0.5.24", + "DLite-Python>=0.4.5,<0.5.30", "numpy>=1.21,<3", "oteapi-core>=0.7.0.dev3,<1", "pydantic>=2.1,<3", @@ -46,12 +46,12 @@ testing = [ "PyYAML>=5.4.1,<7", "otelib>=0.5.0.dev1,<1", "rdflib>=5.0.0,<8", - "pytest==8.3.3", + "pytest==8.3.4", "pytest-cov==6.0.0", ] dev = [ "oteapi-dlite[docs,testing]", - "pre-commit==4.0.1", + "pre-commit==4.1.0", ] [project.urls]