-
Notifications
You must be signed in to change notification settings - Fork 95
Update whitenoise requirement from ~=6.8.0 to >=6.8,<6.10 #262
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
Update whitenoise requirement from ~=6.8.0 to >=6.8,<6.10 #262
Conversation
Reviewer's Guide by SourceryThis PR updates the dependency version requirement for whitenoise in the project configuration, changing it from an exact version (~=6.8.0) to a range (>=6.8, <6.10) so that the project can incorporate minor updates and important fixes from newer versions within the specified range. Flow Diagram for Whitenoise Dependency Updateflowchart TD
A[pyproject.toml Configuration File] --> B[Dependencies Section]
B --> C[Old Constraint: whitenoise~=6.8.0]
B --> D[New Constraint: whitenoise>=6.8,<6.10]
D --> E[Allow Updating to Minor Versions up to 6.9.x]
E --> F[Incorporate Latest Fixes & Features]
style A fill:#f9f,stroke:#333,stroke-width:2px
style F fill:#bbf,stroke:#333,stroke-width:2px
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
|
@dependabot rebase |
Updates the requirements on [whitenoise](https://github.com/evansd/whitenoise) to permit the latest version. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](evansd/whitenoise@6.8.0...6.9.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
fec49f9 to
3dfda2f
Compare
|
Superseded by #403. |
Updates the requirements on whitenoise to permit the latest version.
Changelog
Sourced from whitenoise's changelog.
... (truncated)
Commits
62fbf7aVersion 6.9.03bd4c67Support Django 5.2 (#633)ae3fa94Run pre-commit, coverage, and readthedocs on Python 3.139ee33c9Upgrade Black used by blacken-docs to 25.1.0fd735f6[pre-commit.ci] pre-commit autoupdate (#632)80b8941Remove documentation note on old request_finished bug (#631)85f2ad9Upgrade requirements (#624)2cafe86[pre-commit.ci] pre-commit autoupdate (#623)1093c9aBump astral-sh/setup-uv from 4 to 5 in the github-actions group (#622)36c8b3eUpgrade requirements (#620)You can trigger a rebase of this PR 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)Summary by Sourcery
Build:
whitenoisedependency constraint to>=6.8,<6.10.