Skip to content

Commit

Permalink
Update dependency SQLAlchemy to v2
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 26, 2024
1 parent 61eca7d commit d92318c
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 58 deletions.
122 changes: 65 additions & 57 deletions datanommer.models/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion datanommer.models/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include = [

[tool.poetry.dependencies]
python = "^3.10"
SQLAlchemy = "^1.3.24"
SQLAlchemy = "^1.3.24 || ^2.0.0"
alembic = "^1.6.5"
psycopg2 = "^2.9.1"
fedora-messaging = ">=2.1.0"
Expand Down

0 comments on commit d92318c

Please sign in to comment.