generated from blooop/python_template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
build(deps): bump the dev-dependencies group across 1 directory with 2 updates #59
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…2 updates Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `hypothesis` to 6.124.3 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.104.2...hypothesis-python-6.124.3) Updates `ruff` to 0.9.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.5.0...0.9.3) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: ruff dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Reviewer's Guide by SourceryThis pull request updates the development dependencies Class diagram showing dependency version updatesclassDiagram
class DevelopmentDependencies {
hypothesis: 6.124.2 -> 6.124.3
ruff: 0.9.2 -> 0.9.3
}
note for DevelopmentDependencies "Updates to latest compatible versions"
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.
Superseded by #60. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates the requirements on hypothesis and ruff to permit the latest version.
Updates
hypothesis
to 6.124.3Release notes
Sourced from hypothesis's releases.
Commits
ee71d52
Bump hypothesis-python version to 6.124.3 and update changelog1d80dde
Merge pull request #4249 from tybug/tcs-size93f7c94
lint, temp ignore crosshair tests6d3b2eb
Update Python 3.13 version check for type variable definitioneaa0852
Merge pull request #4246 from HypothesisWorks/create-pull-request/patch36cb9c2
add release notes09273b6
adjust tests, add new covering test339eb55
define extend and NodeTemplate in terms of node count instead of size22b3fba
fix and speed up test casescb6fe37
Bump hypothesis-python version to 6.124.2 and update changelogUpdates
ruff
to 0.9.3Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
9058937
Fix grep for version number in docker build (#15699)b5ffb40
Bump version to 0.9.3 (#15698)cffd186
Preserve raw string prefix and escapes (#15694)569060f
[flake8-pytest-style
] Rewrite references to.exception
(PT027
) (#15680)15394a8
[red-knot] MDTests: Do not depend on precise public-symbol type inference (#1...fc2ebea
[red-knot] Makeinfer.rs
unit tests independent of public symbol inference ...43160b4
Tidy knot CLI tests (#15685)0173738
[red-knot] Port comprehension tests to Markdown (#15688)05ea77b
Create Unknown rule diagnostics with a source range (#15648)1e790d3
[red-knot] Port 'deferred annotations' unit tests to Markdown (#15686)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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditionsSummary by Sourcery
Update Hypothesis to 6.124.3 and Ruff to 0.9.3.
Build: