From 9185b835ad00231a35a1f9bd78ee938c73e8899c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 07:17:16 +0000 Subject: [PATCH] Bump mdanalysis from 2.7.0 to 2.9.0 Bumps [mdanalysis](https://github.com/mdanalysis/mdanalysis) from 2.7.0 to 2.9.0. - [Release notes](https://github.com/mdanalysis/mdanalysis/releases) - [Commits](https://github.com/mdanalysis/mdanalysis/compare/package-2.7.0...package-2.9.0) --- updated-dependencies: - dependency-name: mdanalysis dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 747c351a1d..6d2c8cca8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,12 +119,12 @@ strict = [ "typing-extensions==4.12.2", ] strict-openff = [ - "mdanalysis==2.7.0", + "mdanalysis==2.9.0", "monty==2025.3.3", "openmm-mdanalysis-reporter==0.1.0", "openmm==8.1.1", "pymatgen==2024.11.13", # TODO: open ff is extremely sensitive to pymatgen version - "mdanalysis==2.7.0" + "mdanalysis==2.9.0" ] strict-forcefields = [ "calorine==3.0",