From 9b6c8f4afcff07183ef3993df2c7f681d3d22efb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 19:13:48 +0000 Subject: [PATCH 1/2] Bump sympy from 1.13.1 to 1.13.2 Bumps [sympy](https://github.com/sympy/sympy) from 1.13.1 to 1.13.2. - [Release notes](https://github.com/sympy/sympy/releases) - [Commits](https://github.com/sympy/sympy/compare/sympy-1.13.1...sympy-1.13.2) --- updated-dependencies: - dependency-name: sympy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f8c9814..fcff224c 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ 'pyiron_base==0.9.12', 'pyiron_snippets==0.1.3', 'scipy==1.14.0', - 'sympy==1.13.1' + 'sympy==1.13.2' ], extras_require={ 'fenics': [ From 772f5ab0b5d3c7cf296a7766291d62b58345b816 Mon Sep 17 00:00:00 2001 From: samwaseda Date: Sat, 24 Aug 2024 15:10:52 +0000 Subject: [PATCH 2/2] update yml files --- .ci_support/environment-notebooks-integration.yml | 2 +- .ci_support/environment-pypi-unit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment-notebooks-integration.yml b/.ci_support/environment-notebooks-integration.yml index 6e458811..9d855119 100644 --- a/.ci_support/environment-notebooks-integration.yml +++ b/.ci_support/environment-notebooks-integration.yml @@ -26,6 +26,6 @@ dependencies: - trame =3.6.0 - trame-vtk =2.8.8 - trame-vuetify =2.5.0 -- sympy =1.13.1 +- sympy =1.13.2 - python-blosc2 - mendeleev =0.17.0 diff --git a/.ci_support/environment-pypi-unit.yml b/.ci_support/environment-pypi-unit.yml index 7f0e6e5d..7e5fb1a4 100644 --- a/.ci_support/environment-pypi-unit.yml +++ b/.ci_support/environment-pypi-unit.yml @@ -9,7 +9,7 @@ dependencies: - pyiron_base =0.9.12 - pyiron_snippets =0.1.3 - scipy =1.14.0 -- sympy =1.13.1 +- sympy =1.13.2 - python-blosc2 - python-damask =3.0.0b - mendeleev =0.17.0