From b98ef8334358755f9c3ac43100b36efd11bd16d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 07:36:02 +0000 Subject: [PATCH] Bump openmm from 8.1.1 to 8.2.0 Bumps [openmm](https://github.com/openmm/openmm-org) from 8.1.1 to 8.2.0. - [Commits](https://github.com/openmm/openmm-org/commits) --- updated-dependencies: - dependency-name: openmm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56482201f..d5dc6bb58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ strict = [ "mp-api==0.42.2", "numpy", "openmm-mdanalysis-reporter==0.1.0", - "openmm==8.1.1", + "openmm==8.2.0", "phonopy==2.27.0", "pydantic-settings==2.6.1", "pydantic==2.9.2",