-
Notifications
You must be signed in to change notification settings - Fork 1.9k
build(deps): bump the pip group across 3 directories with 10 updates #11664
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| requests==2.32.4 | ||
| requests==2.33.0 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,19 @@ | ||
| beautifulsoup4==4.12.3 | ||
| blinker==1.8.2 | ||
| certifi==2024.6.2 | ||
| certifi==2024.7.4 | ||
| charset-normalizer==3.3.2 | ||
| click==8.1.7 | ||
| deepdiff==7.0.1 | ||
| deepdiff==8.6.2 | ||
| Deprecated==1.2.14 | ||
| Flask==3.0.3 | ||
| Flask==3.1.3 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Upgrading this file to Useful? React with 👍 / 👎. |
||
| google==3.0.0 | ||
| googleapis-common-protos==1.63.2 | ||
| grpcio==1.64.1 | ||
| idna==3.7 | ||
| importlib_metadata==7.1.0 | ||
| iniconfig==2.0.0 | ||
| itsdangerous==2.2.0 | ||
| Jinja2==3.1.4 | ||
| Jinja2==3.1.6 | ||
| MarkupSafe==2.1.5 | ||
| opentelemetry-api==1.25.0 | ||
| opentelemetry-exporter-otlp==1.25.0 | ||
|
|
@@ -26,14 +26,14 @@ opentelemetry-semantic-conventions==0.46b0 | |
| ordered-set==4.1.0 | ||
| packaging==24.1 | ||
| pluggy==1.5.0 | ||
| protobuf==4.25.3 | ||
| protobuf==5.29.6 | ||
| pytest==8.2.2 | ||
| PyYAML==6.0.1 | ||
| requests==2.32.3 | ||
| requests==2.33.0 | ||
| soupsieve==2.5 | ||
| typing_extensions==4.12.2 | ||
| urllib3==2.2.2 | ||
| waitress==3.0.0 | ||
| Werkzeug==3.0.3 | ||
| urllib3==2.6.3 | ||
| waitress==3.0.1 | ||
| Werkzeug==3.1.6 | ||
| wrapt==1.16.0 | ||
| zipp==3.19.2 | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bumping to
Flask==3.1.3here breaks the fuzz server's migration workflow, because this environment still depends onflask-script==2.0.6andapp/manager.pyusesflask_script.Manager/MigrateCommand. That stack is based on pre-Flask-2 internals, so running the documentedpython3 app/manager.py db ...commands will fail at startup unless Flask is kept on a compatible version or the migration tooling is modernized.Useful? React with 👍 / 👎.