From 434585d1fb3c7711cfdb1b0ca638cefa58b3f00c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 01:53:45 +0000 Subject: [PATCH] build(deps): bump simpleeval from 1.0.3 to 1.0.5 Bumps [simpleeval](https://github.com/danthedeckie/simpleeval) from 1.0.3 to 1.0.5. - [Release notes](https://github.com/danthedeckie/simpleeval/releases) - [Commits](https://github.com/danthedeckie/simpleeval/compare/1.0.3...1.0.5) --- updated-dependencies: - dependency-name: simpleeval dependency-version: 1.0.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1e4d07f..89a9d10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,8 +8,6 @@ blinker==1.9.0 # via flask click==8.2.1 # via flask -colorama==0.4.6 - # via click flask==3.1.1 # via -r requirements.in itsdangerous==2.2.0 @@ -25,7 +23,7 @@ pycasbin==2.0.0 # via -r requirements.in pyjwt==2.10.1 # via -r requirements.in -simpleeval==1.0.3 +simpleeval==1.0.5 # via pycasbin werkzeug==3.1.3 # via flask