From af5e12e29501d3affffa0dde81782170ac4c2561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 08:11:18 +0000 Subject: [PATCH] Bump sqlalchemy from 1.4.54 to 2.0.44 in /backend (#1401) Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.54 to 2.0.44.
Release notes

Sourced from sqlalchemy's releases.

2.0.44

Released: October 10, 2025

platform

orm

engine

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlalchemy&package-manager=uv&previous-version=1.4.54&new-version=2.0.44)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Erik Vroon --- backend/pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 6b0c5d76..7db3bd78 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -7,9 +7,10 @@ dependencies = [ "aiohttp==3.13.2", "aiopg==1.4.0", "alembic==1.16.1", + "asyncpg==0.30.0", "bcrypt==5.0.0", "click==8.2.0", - "databases[asyncpg]<=0.8.0", + "databases[asyncpg]==0.9.0", "fastapi==0.121.1", "fastapi-sso==0.18.0", "gunicorn==23.0.0", @@ -22,7 +23,7 @@ dependencies = [ "python-dotenv==1.2.1", "python-multipart==0.0.20", "sentry-sdk==2.35.0", - "sqlalchemy==1.4.54", + "sqlalchemy==2.0.44", "sqlalchemy-stubs==0.4", "starlette==0.49.1", "types-aiofiles==25.1.0.20251011", @@ -112,6 +113,7 @@ disable = [ 'dangerous-default-value', 'duplicate-code', 'fixme', + 'not-callable', 'import-outside-toplevel', 'invalid-name', 'logging-fstring-interpolation',