Skip to content

Commit

Permalink
Upgrade Greenlet and Playright
Browse files Browse the repository at this point in the history
Fix one import
  • Loading branch information
jace committed Nov 29, 2023
1 parent b8e5b55 commit 5ecc84f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
3 changes: 1 addition & 2 deletions funnel/models/email_address.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
from pyisemail import is_email
from pyisemail.diagnosis import BaseDiagnosis
from sqlalchemy import event, inspect
from sqlalchemy.orm import Mapper
from sqlalchemy.orm.attributes import NO_VALUE
from sqlalchemy.orm import NO_VALUE, Mapper
from werkzeug.utils import cached_property

from coaster.sqlalchemy import StateManager, auto_init_default, immutable, with_roles
Expand Down
1 change: 0 additions & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Flask-WTF
furl
geoip2
grapheme
greenlet<3.0 # Required for asyncio in SQLAlchemy, but version conflict in Playwright
gunicorn
html2text
httpx[http2]
Expand Down
8 changes: 3 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:303190932553a336876a11e70b2d75a0c09f1f0c
# SHA1:283bfde436a7e26a2db6733e1859751510b75cc9
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -174,10 +174,8 @@ grapheme==0.6.0
# via
# -r requirements/base.in
# baseframe
greenlet==2.0.2
# via
# -r requirements/base.in
# sqlalchemy
greenlet==3.0.1
# via sqlalchemy
gunicorn==21.2.0
# via -r requirements/base.in
h11==0.14.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ parse==1.20.0
# pytest-bdd
parse-type==0.6.2
# via pytest-bdd
playwright==1.38.0
playwright==1.40.0
# via
# -r requirements/test.in
# pytest-playwright
pluggy==1.3.0
# via pytest
pyee==9.0.4
pyee==11.0.1
# via playwright
pytest==7.4.3
# via
Expand Down

0 comments on commit 5ecc84f

Please sign in to comment.