From f68bc7562d785f21e46e61ae783dc4625f56bcd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:36:52 +0000 Subject: [PATCH] chore(deps): update sqlalchemy requirement in /scope_intel Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.51 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scope_intel/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scope_intel/requirements.txt b/scope_intel/requirements.txt index d8d0e4d5..10f706d5 100644 --- a/scope_intel/requirements.txt +++ b/scope_intel/requirements.txt @@ -1,7 +1,7 @@ Flask>=3.0.3 Flask-Cors>=6.0.2 Flask-SQLAlchemy>=3.1.1 -SQLAlchemy>=2.0.36 +SQLAlchemy>=2.0.51 marshmallow>=3.23.1 opentelemetry-api>=1.41.1,<2.0.0 opentelemetry-exporter-otlp-proto-http>=1.41.1,<2.0.0