From 500ab57d35801b145eb5c0be8816aa54ac366708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:28:11 +0000 Subject: [PATCH] build(deps): bump sqlalchemy from 2.0.44 to 2.0.45 in /.devcontainer Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.44 to 2.0.45. - [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.45 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .devcontainer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/requirements.txt b/.devcontainer/requirements.txt index 0c6e6a8..7477e9a 100644 --- a/.devcontainer/requirements.txt +++ b/.devcontainer/requirements.txt @@ -5,7 +5,7 @@ nextcord==3.1.1 nextcord_ext_menus==1.5.7 rapidfuzz==3.14.1 python-dateutil==2.9.0.post0 -SQLAlchemy==2.0.44 +SQLAlchemy==2.0.45 topggpy==1.4.0 cachetools==6.2.1 psutil==7.1.1