Skip to content

Commit

Permalink
Update sqlalchemy requirement in the python-dependencies group (#296)
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 3, 2024
1 parent a003db8 commit c564f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ notifier = "quota_notifier.cli:Application.execute"
[tool.poetry.dependencies]
python = ">=3.9"
pydantic-settings = "2.4.0"
sqlalchemy = "2.0.31"
sqlalchemy = "2.0.32"

[tool.poetry.group.tests]
optional = true
Expand Down

0 comments on commit c564f84

Please sign in to comment.