From fa1f5b576e7a916d247a5540ffbce162cb07679d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 18:37:23 +0000 Subject: [PATCH] Update pydantic requirement in /kernels/adsorption Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.2/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.8.0...v2.13.2) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- kernels/adsorption/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernels/adsorption/pyproject.toml b/kernels/adsorption/pyproject.toml index 9b3b864..36b491a 100644 --- a/kernels/adsorption/pyproject.toml +++ b/kernels/adsorption/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.11" dependencies = [ "hypothesis>=6.92", "kernel-conformance", - "pydantic>=2.8", + "pydantic>=2.13.2", "pytest>=8.0", ]