From 418cf43a9fa3aa21cc6c7b73cb968f827f552273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 12:28:01 +0000 Subject: [PATCH] Bump sqlalchemy from 1.4.45 to 1.4.46 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.45 to 1.4.46. - [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-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9d44a9bd9..d63638b7e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -104,7 +104,7 @@ six==1.14.0 # packaging # python-dateutil # requests-mock -sqlalchemy==1.4.45 +sqlalchemy==1.4.46 # via # -c requirements.txt # alchemyjsonschema diff --git a/requirements.txt b/requirements.txt index 919e4b332..456635d08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -147,7 +147,7 @@ six==1.14.0 # pyrsistent # python-dateutil # sqlalchemy-json -sqlalchemy==1.4.45 +sqlalchemy==1.4.46 # via # -r requirements.in # alembic