Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
flask

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The upgrade of werkzeug to version 3.x is a major version change that introduces breaking changes. The currently specified flask version (which is likely <3.0 as it's not pinned) depends on werkzeug<3.0. To ensure compatibility and prevent potential runtime errors, it's highly recommended to also upgrade flask to a version that supports werkzeug>=3.0, which is flask>=3.0.

flask>=3.0

PyAutoGUI
PyAutoGUI
werkzeug>=3.1.5 # not directly required, pinned by Snyk to avoid a vulnerability