From 727a3130f42115486865eb3a81892fa254fb1c6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:01:46 +0000 Subject: [PATCH] Update sympy requirement from ~=1.12 to ~=1.13 Updates the requirements on [sympy](https://github.com/sympy/sympy) to permit the latest version. - [Release notes](https://github.com/sympy/sympy/releases) - [Commits](https://github.com/sympy/sympy/compare/sympy-1.12...sympy-1.13.3) --- updated-dependencies: - dependency-name: sympy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index acb744f8..e5545b8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ python-openstackclient==6.0.0 PyYAML~=6.0 shortuuid~=1.0.13 sshtunnel~=0.4.0 -sympy~=1.12 +sympy~=1.13 seedir~=0.5.0 cryptography~=43.0.1 uvicorn~=0.30.6