-
Notifications
You must be signed in to change notification settings - Fork 15
Bump werkzeug from 0.14 to 3.1.4 #254
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?
Conversation
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.14 to 3.1.4. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@0.14...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
| django-debug-toolbar==1.9 | ||
| dj-database-url==0.5.0 | ||
| werkzeug==0.14 | ||
| werkzeug==3.1.4 |
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.
Bug: Upgrading to Werkzeug 3.1.4 creates a Python version conflict with Django 1.11.29.
Severity: CRITICAL | Confidence: High
🔍 Detailed Analysis
The pull request introduces Werkzeug 3.1.4 into requirements.txt. Werkzeug 3.1.4 requires Python >= 3.9. However, the existing Django 1.11.29 dependency only supports Python versions up to 3.7. This creates an irreconcilable Python version conflict. When the application attempts to start, it will encounter an ImportError for the werkzeug package, causing the server to crash immediately.
💡 Suggested Fix
To resolve the conflict, either downgrade Werkzeug to a version compatible with Python <= 3.7 (e.g., Werkzeug < 3.0), or undertake a significant upgrade of Django and the application's Python runtime to support Werkzeug 3.1.4.
🤖 Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: requirements.txt#L51
Potential issue: The pull request introduces `Werkzeug 3.1.4` into `requirements.txt`.
`Werkzeug 3.1.4` requires Python >= 3.9. However, the existing `Django 1.11.29`
dependency only supports Python versions up to 3.7. This creates an irreconcilable
Python version conflict. When the application attempts to start, it will encounter an
`ImportError` for the `werkzeug` package, causing the server to crash immediately.
Did we get this right? 👍 / 👎 to inform future reviews.
Reference ID: 4714938
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Bumps werkzeug from 0.14 to 3.1.4.
Release notes
Sourced from werkzeug's releases.
... (truncated)
Changelog
Sourced from werkzeug's changelog.
... (truncated)
Commits
1c7beb6release version 3.1.49c8b754install less to run tox474e22fupdate dev dependencies4b83337Merge commit from fork9bdec46safe_join prevents windows special device namesb11713ebetterHTTPException.get_responseannotation (#3072)1131dbddistinguish wsgi and sansio response annotation5d9a403skip rendering missing source (#3071)60ea32cskip rendering missing sourcec0e67e9Request.jsonproperty is onlyAny(#3070)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.