From 7949f11413645aa3d10db632b1ccb982171c79fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:13:47 +0000 Subject: [PATCH] Bump sympy from 1.13.2 to 1.13.3 Bumps [sympy](https://github.com/sympy/sympy) from 1.13.2 to 1.13.3. - [Release notes](https://github.com/sympy/sympy/releases) - [Commits](https://github.com/sympy/sympy/compare/sympy-1.13.2...sympy-1.13.3) --- 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 38d89c6..f92a978 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.2; python_version >= '3.8' -sympy==1.13.2; python_version >= '3.8' +sympy==1.13.3; python_version >= '3.8' tabulate==0.9.0; python_version >= '3.7' tqdm==4.66.5; python_version >= '3.7' typing-extensions==4.12.2; python_version < '3.13'