Skip to content

Commit

Permalink
Update sqlalchemy requirement in the python-dependencies group
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]>
  • Loading branch information
dependabot[bot] committed Sep 1, 2024
1 parent a003db8 commit e693daf
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 e693daf

Please sign in to comment.