Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dependencies) fix breaking wtform version #3263

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion backend/requirements-common.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ shapely>=2.0.0
sqlalchemy<2.0
toml
weasyprint
wtforms
# Compatibility with flask admin
wtforms==3.1.2
wtforms-sqlalchemy
xmltodict
22 changes: 7 additions & 15 deletions backend/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ authlib==1.3.2
# via pypnusershub
babel==2.16.0
# via flask-babel
bcrypt==4.2.0
bcrypt==4.2.1
# via pypnusershub
billiard==4.2.1
# via celery
Expand Down Expand Up @@ -108,15 +108,11 @@ cryptography==43.0.3
# via authlib
cssselect2==0.7.0
# via weasyprint
dnspython==2.7.0
# via email-validator
email-validator==2.2.0
# via wtforms-components
fiona==1.10.1
# via
# -r requirements-common.in
# utils-flask-sqlalchemy-geo
flask==3.0.3
flask==3.1.0
# via
# -r requirements-common.in
# flask-admin
Expand Down Expand Up @@ -183,7 +179,7 @@ flask-wtf==1.2.2
# via
# -r requirements-common.in
# usershub
fonttools[woff]==4.54.1
fonttools[woff]==4.55.0
# via weasyprint
geoalchemy2==0.16.0
# via utils-flask-sqlalchemy-geo
Expand All @@ -199,9 +195,7 @@ gunicorn==23.0.0
# taxhub
# usershub
idna==3.10
# via
# email-validator
# requests
# via requests
importlib-metadata==4.13.0 ; python_version < "3.10"
# via
# -r requirements-common.in
Expand Down Expand Up @@ -337,9 +331,7 @@ shapely==2.0.6
# -r requirements-common.in
# utils-flask-sqlalchemy-geo
six==1.16.0
# via
# python-dateutil
# wtforms-components
# via python-dateutil
sqlalchemy==1.4.54
# via
# -r requirements-common.in
Expand Down Expand Up @@ -402,15 +394,15 @@ werkzeug==3.1.3
# via
# flask
# flask-login
wtforms==3.2.1
wtforms==3.1.2
# via
# -r requirements-common.in
# flask-admin
# flask-wtf
# usershub
# wtforms-components
# wtforms-sqlalchemy
wtforms-components==0.10.5
wtforms-components==0.11.0
# via usershub
wtforms-sqlalchemy==0.4.2
# via -r requirements-common.in
Expand Down
12 changes: 6 additions & 6 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ alembic==1.14.0
# flask-migrate
# pypn-ref-geo
# pypnusershub
amqp==5.2.0
amqp==5.3.1
# via kombu
async-timeout==5.0.1
# via redis
Expand All @@ -22,7 +22,7 @@ authlib==1.3.2
# via pypnusershub
babel==2.16.0
# via flask-babel
bcrypt==4.2.0
bcrypt==4.2.1
# via pypnusershub
billiard==4.2.1
# via celery
Expand Down Expand Up @@ -80,7 +80,7 @@ fiona==1.10.1
# via
# -r requirements-common.in
# utils-flask-sqlalchemy-geo
flask==3.0.3
flask==3.1.0
# via
# -r requirements-common.in
# flask-admin
Expand Down Expand Up @@ -142,9 +142,9 @@ flask-weasyprint==1.1.0
# via -r requirements-common.in
flask-wtf==1.2.2
# via -r requirements-common.in
fonttools[woff]==4.54.1
fonttools[woff]==4.55.0
# via weasyprint
geoalchemy2==0.15.2
geoalchemy2==0.16.0
# via utils-flask-sqlalchemy-geo
geojson==3.1.0
# via
Expand Down Expand Up @@ -374,7 +374,7 @@ werkzeug==3.1.3
# via
# flask
# flask-login
wtforms==3.2.1
wtforms==3.1.2
# via
# -r requirements-common.in
# flask-admin
Expand Down
Loading