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 Aug 24, 2023
1 parent 6d9ddb4 commit cb67080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ python-dateutil = "^2.8.1"
psycopg2 = "^2.9.1"
cffi = "^1.14.6"
gunicorn = {version = "^20.0 || ^21.0.0", optional = true}
SQLAlchemy = "^1.4.0"
SQLAlchemy = "^1.4.0 || ^2.0.0"
flask-healthz = "^0.0.3"
anitya-schema = {version = "*", optional = true}
bodhi-messages = {version = "*", optional = true}
Expand Down

0 comments on commit cb67080

Please sign in to comment.