diff --git a/poetry.lock b/poetry.lock index cf526f04..ab754038 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2331,4 +2331,4 @@ schemas = ["anitya-schema", "bodhi-messages", "copr-messaging", "discourse2fedms [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d62511979536e2624e1afb21169021511aa50f188a356f0931071423baa3fd46" +content-hash = "7a9606a906250418ddae505121127666adeb550bd0a086322b20f885cc895652" diff --git a/pyproject.toml b/pyproject.toml index bdd7ff0a..44ae1e47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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}