telling github actions to use poetry 1.2

This commit is contained in:
Dan 2022-09-23 10:22:23 -04:00
parent c83b5542e2
commit 67e446ac49
3 changed files with 2 additions and 3 deletions

View File

@ -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

2
poetry.lock generated
View File

@ -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 = [

View File

@ -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.*.*"