-
Notifications
You must be signed in to change notification settings - Fork 1
build(deps): bump the dev-dependencies group with 4 updates #77
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
Merged
Conversation
This file contains hidden or 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
Contributor
Updates the requirements on [pylint](https://github.com/pylint-dev/pylint), [hypothesis](https://github.com/HypothesisWorks/hypothesis), [ruff](https://github.com/astral-sh/ruff) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `pylint` to 3.3.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.5...v3.3.4) Updates `hypothesis` to 6.124.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.104.2...hypothesis-python-6.124.9) Updates `ruff` to 0.9.4 - [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.4) Updates `pre-commit` to 4.1.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v0.1.0...v4.1.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: hypothesis dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: ruff dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: pre-commit 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: pylint, hypothesis, ruff, and pre-commit to their latest versions, as specified in pyproject.toml. Class diagram showing dependency version updatesclassDiagram
class DevelopmentDependencies {
pylint: 3.2.5 -> 3.3.4
hypothesis: 6.104.2 -> 6.124.9
ruff: 0.5.0 -> 0.9.4
pre-commit: 4.0.1 -> 4.1.0
}
note for DevelopmentDependencies "All dependencies are updated to their 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.
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
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 pylint, hypothesis, ruff and pre-commit to permit the latest version.
Updates
pylintto 3.3.4Commits
c2b01c3Bump pylint to 3.3.4, update changelog023cd43[isort] Permit to use isort 6 (#10204)050acfeCalculate linter.config.jobs in cgroupsv2 environments (#10089) (#10169)d6992b8fix "skipped files" count calculation (#10141)c28580bBump pylint to 3.3.3, update changelog1f9b947Bump astroid from 3.3.5 to 3.3.8 (#10125) (#10155)96d1303Bump actions/cache from 4.1.2 to 4.2.0 (#10123) (#10154)a7202b1Fix Python 3.12 generic type syntax (#10135) (#10146)90cb29d[mypy] Use type-setuptools instead of types-pkg-resources (#10120)9955701Fix 'use-implicit-booleaness' wrongly emitted for generators. (#10107) (#10109)Updates
hypothesisto 6.124.9Release notes
Sourced from hypothesis's releases.
Commits
a25f7d9Bump hypothesis-python version to 6.124.9 and update changelog63bb80cMerge pull request #4254 from tybug/tcs-cleanup869e3dereorganize code for the typed choice sequence9d7e1d3Bump hypothesis-python version to 6.124.8 and update changelogee494eaMerge pull request #4258 from tybug/typing7dea49dadd more explicit coverage teste55b6ddremove unused tyoevard332a78type shrinker and predicate, add some engine typing5b0ec31type p_continue46e9235bump black and use it to formatUpdates
ruffto 0.9.4Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
854ab03Bump version to 0.9.4 (#15831)b0b8b06Remove semicolon after TypeScript interface definition (#15827)451f251[red-knot] Clarify behavior when redeclaring base class attributes (#15826)13cf3e6[flake8-comprehensions] Parenthesizesortedwhen needed for `unnecessary-...56f956a[pyupgrade] Handle end-of-line comments forquoted-annotation(UP037) (...7a10a40[flake8-bandit] Permit suspicious imports within stub files (S4) (#15822)3125332[red-knot] Format mdtest snippets with the latest version of black (#15819)15d886a[red-knot] Consider all definitions after terminal statements unreachable (#1...e1c9d10[flake8-comprehensions] Do not emitunnecessary-mapdiagnostic when lambd...23c9884Preserve quotes in generated f-strings (#15794)Updates
pre-committo 4.1.0Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
... (truncated)
Commits
b152e92v4.1.0c3125a4Merge pull request #3389 from lorenzwalthert/dev-always-unset-renvc2c061cfix: ensure env patch is applied for vanilla emulationcd429dbMerge pull request #3382 from pre-commit/pre-commit-ci-update-config9b9f8e2[pre-commit.ci] pre-commit autoupdate86300a4Merge pull request #3376 from pre-commit/r-gone77edad8install r on ubuntu runners18b3939Merge pull request #3375 from pre-commit/dotnet-tests-ubuntu-latest31cb945Merge pull request #3374 from pre-commit/docker-image-tests-ubuntu-22-not-pre...28c3d81update .net tests to use .net 8Dependabot 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 <dependency name> major versionwill 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 versionwill 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 pylint to 3.3.4, hypothesis to 6.124.9, ruff to 0.9.4, and pre-commit to 4.1.0.
Build:
Tests: