From 67e446ac49e710c40ccd07757225317365cb55e4 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 23 Sep 2022 10:22:23 -0400 Subject: [PATCH] telling github actions to use poetry 1.2 --- .github/workflows/constraints.txt | 2 +- poetry.lock | 2 +- pyproject.toml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 74b97e4..b1aad7f 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,5 +1,5 @@ pip==22.0.4 nox==2022.1.7 nox-poetry==0.9.0 -poetry==1.1.13 +poetry==1.2.1 virtualenv==20.14.1 diff --git a/poetry.lock b/poetry.lock index 1f91f95..df328b9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -975,7 +975,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "52eafdfe5f68acf77827c58cd475a67d17360317212cc39e42348bce1845c99a" +content-hash = "a1236e8ca9f795640f0f31f56c95f0fa71e436c4dcf67d7ba45204196fe86e3d" [metadata.files] alembic = [ diff --git a/pyproject.toml b/pyproject.toml index b88febc..4bc224a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,6 @@ wtforms-alchemy = "0.*.*" psycopg2-binary = "2.9.*" pyscss = "1.*.*" gunicorn = "20.*.*" -setuptools = "^65.3.0" werkzeug = "2.1.*" flask-cors = "3.*.*"