chore(pip): bump the python group with 5 updates#299
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps the python group with 5 updates: | Package | From | To | | --- | --- | --- | | [bazel-runfiles](https://github.com/bazel-contrib/rules_python) | `1.9.0` | `2.1.0` | | [wcwidth](https://github.com/jquast/wcwidth) | `0.2.14` | `0.8.1` | | [bmw-lobster](https://github.com/bmw-software-engineering/lobster) | `1.0.2` | `1.0.3` | | [basedpyright](https://github.com/detachhead/basedpyright) | `1.35.0` | `1.39.9` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | Updates `bazel-runfiles` from 1.9.0 to 2.1.0 - [Release notes](https://github.com/bazel-contrib/rules_python/releases) - [Changelog](https://github.com/bazel-contrib/rules_python/blob/main/CHANGELOG.md) - [Commits](bazel-contrib/rules_python@1.9.0...2.1.0) Updates `wcwidth` from 0.2.14 to 0.8.1 - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](jquast/wcwidth@0.2.14...0.8.1) Updates `bmw-lobster` from 1.0.2 to 1.0.3 - [Release notes](https://github.com/bmw-software-engineering/lobster/releases) - [Changelog](https://github.com/bmw-software-engineering/lobster/blob/main/CHANGELOG.md) - [Commits](bmw-software-engineering/lobster@lobster-1.0.2...lobster-1.0.3) Updates `basedpyright` from 1.35.0 to 1.39.9 - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](DetachHead/basedpyright@v1.35.0...v1.39.9) Updates `pytest` from 9.0.3 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.3...9.1.1) --- updated-dependencies: - dependency-name: bazel-runfiles dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: wcwidth dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: bmw-lobster dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: basedpyright dependency-version: 1.39.9 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
Not required |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps the python group with 5 updates:
1.9.02.1.00.2.140.8.11.0.21.0.31.35.01.39.99.0.39.1.1Updates
bazel-runfilesfrom 1.9.0 to 2.1.0Release notes
Sourced from bazel-runfiles's releases.
... (truncated)
Changelog
Sourced from bazel-runfiles's changelog.
... (truncated)
Commits
5c32fa9chore: prepare 2.1 release (#3829)102b501feat: expose interpreter files-to-run on PyRuntimeInfo (#3795)6ce7840fix(coverage): handle nested coverage collection (#3823)44ec76fdocs: update changelog for 2.0.3 release (#3820)99d0c3drefactor(toolchains): register runtimes using manifest (#3812)7053e26Gazelle: Delete stale py_library and py_test targets (#3817)42c8e75feat(toolchains): support runtime registration from manifest (#3802)c0fef46fix(uv): respect uv.tool settings in pyproject.toml (#3811)8b38325build: configure secondary mirror fallback (#3814)dcb7dfafeat: add //command_line_option:extra_toolchains pseudo-flag (#3810)Updates
wcwidthfrom 0.2.14 to 0.8.1Release notes
Sourced from wcwidth's releases.
... (truncated)
Commits
d1c99fehyperlink and wordfixedb344aset to 0.8.1 not 2, not yet00d6fefImprove corrections tables (zeroer, narrow_wider, narrow_zeroer) (#226)e8405a6'of of' -> 'of', formatting1de17dfset release date for 0.8.0 in readme9df7261more docsbe0fdb2document better2d9925bwcstwidth(term_program=True) default argument169c846Terminal software identity-assisted wcswidth() (#220)e4f76d5bugfix virama with mc width is capped at 2, also (#225)Updates
bmw-lobsterfrom 1.0.2 to 1.0.3Release notes
Sourced from bmw-lobster's releases.
Changelog
Sourced from bmw-lobster's changelog.
Commits
5ae311eRemove dev 1.0.4 dev (#576)623e4cdbump lobster version to 1.0.4 (#575)a606b96LOBSTER Release 1.0.3 (#574)765085bUpdates CHANGELOG (#573)6f5134cAdds test and requirement traces for text feature (#567)f4cf740Bump gitpython from 3.1.46 to 3.1.47 (#572)bd9a0e4Formatting Cleanup (#569)6e3b8e8Bump python-dotenv from 1.2.1 to 1.2.2 (#568)170cd8fFix/pkg API Function (#547)d528fbdInclude Python 3.13 in the test matrix (#565)Updates
basedpyrightfrom 1.35.0 to 1.39.9Commits
2802042fixpnpm viewcommand and simplify the outcome checkf6e62d3fix crash during publish816614e1.39.9c79697fremove more webpack remnants2921109microsoft/vscode-vsce#4215812074fix new test from upstream. that representation of a paramspec is wrong, espe...eaaaf62prettier ignore new files from upstream8baf13eswitch to pnpm because npm is the worst package manager ever made.f228a80fixes from merge2170274Merge tag '1.1.411' into merge-1.1.411Updates
pytestfrom 9.0.3 to 9.1.1Release notes
Sourced from pytest's releases.
... (truncated)
Commits
cf470ecPrepare release version 9.1.1e0c8ce6Merge pull request #14625 from pytest-dev/patchback/backports/9.1.x/a07c31a97...1b82d16Merge pull request #14624 from pytest-dev/patchback/backports/9.1.x/b375b79ec...501c4bcMerge pull request #14596 from bluetech/doc-classmethodb61f588Merge pull request #14622 from chrisburr/fix-14608-initial-conftest-test-subdir9a567e0[automated] Update plugin list (#14617) (#14618)ef8b299Merge pull request #14620 from pytest-dev/patchback/backports/9.1.x/680f9f3ed...66abd07Merge pull request #14220 from bysiber/fix-stale-iexp-raisesgroup79fbf93Merge pull request #14612 from pytest-dev/patchback/backports/9.1.x/974ed48b6...0d312ebMerge pull request #14611 from bluetech/parametrize-argvalues-typingDependabot 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 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 conditions