From c468a760dc14ae843668cbc96517f0883483305b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 18:36:35 +0000 Subject: [PATCH] Bump sympy from 1.13.0 to 1.13.1 Bumps [sympy](https://github.com/sympy/sympy) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/sympy/sympy/releases) - [Commits](https://github.com/sympy/sympy/compare/sympy-1.13.0...sympy-1.13.1) --- updated-dependencies: - dependency-name: sympy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 77b39fa17..6afe68f3a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1955,13 +1955,13 @@ files = [ [[package]] name = "sympy" -version = "1.13.0" +version = "1.13.1" description = "Computer algebra system (CAS) in Python" optional = false python-versions = ">=3.8" files = [ - {file = "sympy-1.13.0-py3-none-any.whl", hash = "sha256:6b0b32a4673fb91bd3cac3b55406c8e01d53ae22780be467301cc452f6680c92"}, - {file = "sympy-1.13.0.tar.gz", hash = "sha256:3b6af8f4d008b9a1a6a4268b335b984b23835f26d1d60b0526ebc71d48a25f57"}, + {file = "sympy-1.13.1-py3-none-any.whl", hash = "sha256:db36cdc64bf61b9b24578b6f7bab1ecdd2452cf008f34faa33776680c26d66f8"}, + {file = "sympy-1.13.1.tar.gz", hash = "sha256:9cebf7e04ff162015ce31c9c6c9144daa34a93bd082f54fd8f12deca4f47515f"}, ] [package.dependencies] @@ -2038,4 +2038,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "d4fffda2d93929641b6229b3de38e4fd0acd8b42239651c8344eaffae92b6ea5" +content-hash = "f2969f1a993c6367684be75052446cc9e9b8c7b962544f0250f826331139fc98" diff --git a/pyproject.toml b/pyproject.toml index b288f96f8..81c583d0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ qiskit = "1.1.1" pytest = "8.3.1" pytest-cov = "5.0.0" coverage = "7.6.0" -sympy = "1.13.0" +sympy = "1.13.1" distlib = "0.3.8" ipython = "8.26.0" setuptools = ">65.5.1"