Skip to content

Commit 44024df

Browse files
chore: bump the uv-backend-minor-patch group across 1 directory with 3 updates
Bumps the uv-backend-minor-patch group with 3 updates in the /backend directory: [alembic](https://github.com/sqlalchemy/alembic), [google-genai](https://github.com/googleapis/python-genai) and [greenlet](https://github.com/python-greenlet/greenlet). Updates `alembic` from 1.18.5 to 1.19.0 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `google-genai` from 2.10.0 to 2.16.0 - [Release notes](https://github.com/googleapis/python-genai/releases) - [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md) - [Commits](googleapis/python-genai@v2.10.0...v2.16.0) Updates `greenlet` from 3.5.3 to 3.5.4 - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](python-greenlet/greenlet@3.5.3...3.5.4) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-backend-minor-patch - dependency-name: google-genai dependency-version: 2.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-backend-minor-patch - dependency-name: greenlet dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv-backend-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 793878e commit 44024df

2 files changed

Lines changed: 82 additions & 78 deletions

File tree

backend/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ description = "Past Exam API Backend"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"alembic>=1.18.5",
8+
"alembic>=1.19.0",
99
"arq>=0.25.0",
1010
"asyncpg>=0.30.0",
1111
"bcrypt>=4.3.0",
1212
"fastapi[standard]>=0.141.1",
13-
"google-genai>=2.10.0",
14-
"greenlet>=3.5.3",
13+
"google-genai>=2.16.0",
14+
"greenlet>=3.5.4",
1515
"httpx>=0.28.1",
1616
"itsdangerous>=2.2.0",
1717
"minio>=7.2.15",

0 commit comments

Comments
 (0)