spiral-project / ihatemoney

A simple shared budget manager web application
https://ihatemoney.org
Other
1.18k stars 267 forks source link

update to flask and werkzeug 2.3 #1244

Closed azmeuk closed 11 months ago

azmeuk commented 12 months ago

Everything looks fine, there was just a test to edit except for python 3.7

azmeuk commented 12 months ago

Hum. Actually there are some CI tests failing...

azmeuk commented 12 months ago

CI is fixed now.

zorun commented 10 months ago

While reviewing recent changes to update the changelog, I'm confused about this change: it seems that it does not actually update the Flask dependency, it just updates a test. Is it expected?

azmeuk commented 10 months ago

At first it was updating the dependencies too, I suppose the "merge master branch" modified that.

zorun commented 10 months ago

Ah right, the merge is the obvious suspect. @almet can you look at what happened?