From 4f78a3eae3306d14483eaaeb45c5f07c58454077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:53:04 +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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 892b045..8736827 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ pydantic-core==2.20.1; python_version >= '3.8' pyreadline3==3.4.1; python_version >= '3.8' and sys_platform == 'win32' python-dotenv==1.0.1; python_version >= '3.8' sqlparse==0.5.1; python_version >= '3.8' -sympy==1.13.0; python_version >= '3.8' +sympy==1.13.1; python_version >= '3.8' tabulate==0.9.0; python_version >= '3.7' tqdm==4.66.4; python_version >= '3.7' typing-extensions==4.12.2; python_version < '3.13'