Bump the all-minor-and-patch-dependency-updates group across 1 directory with 7 updates#137
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
…ory with 7 updates Bumps the all-minor-and-patch-dependency-updates group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cbor2](https://github.com/agronholm/cbor2) | `5.8.0` | `5.9.0` | | [click](https://github.com/pallets/click) | `8.1.8` | `8.3.1` | | [pillow](https://github.com/python-pillow/Pillow) | `12.1.1` | `12.2.0` | | [ray](https://github.com/ray-project/ray) | `2.53.0` | `2.54.1` | | [bandit](https://github.com/PyCQA/bandit) | `1.9.3` | `1.9.4` | | [build](https://github.com/pypa/build) | `1.4.0` | `1.4.2` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `7.0.0` | `7.1.0` | Updates `cbor2` from 5.8.0 to 5.9.0 - [Release notes](https://github.com/agronholm/cbor2/releases) - [Commits](agronholm/cbor2@5.8.0...5.9.0) Updates `click` from 8.1.8 to 8.3.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.8...8.3.1) Updates `pillow` from 12.1.1 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@12.1.1...12.2.0) Updates `ray` from 2.53.0 to 2.54.1 - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](ray-project/ray@ray-2.53.0...ray-2.54.1) Updates `bandit` from 1.9.3 to 1.9.4 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.9.3...1.9.4) Updates `build` from 1.4.0 to 1.4.2 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.4.0...1.4.2) Updates `pytest-cov` from 7.0.0 to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: cbor2 dependency-version: 5.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates - dependency-name: click dependency-version: 8.3.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates - dependency-name: ray dependency-version: 2.54.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates - dependency-name: bandit dependency-version: 1.9.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-minor-and-patch-dependency-updates - dependency-name: build dependency-version: 1.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-minor-and-patch-dependency-updates - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates ... Signed-off-by: dependabot[bot] <support@github.com>
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 all-minor-and-patch-dependency-updates group with 7 updates in the / directory:
5.8.05.9.08.1.88.3.112.1.112.2.02.53.02.54.11.9.31.9.41.4.01.4.27.0.07.1.0Updates
cbor2from 5.8.0 to 5.9.0Release notes
Sourced from cbor2's releases.
Commits
93c5988Bumped up the versiond903d62Updated the max_depth default value in the C function signature2b53b28Stack allocate small strings (#270)a7ac10dUpped the max_depth value to 40054c8ed5Fixed reference/memory leaks in decode_definite_long_string (#290)a8d92dc[pre-commit.ci] pre-commit autoupdate (#289)c91aa00[pre-commit.ci] pre-commit autoupdate (#288)53521e7Fixed ssize_t to Py_ssize_t94e0d21Added missing Python counterpart for max_depthbcb6ceaAdded the max_depth decoder parameterUpdates
clickfrom 8.1.8 to 8.3.1Release notes
Sourced from click's releases.
... (truncated)
Changelog
Sourced from click's changelog.
... (truncated)
Commits
1d038f2release version 8.3.103f3889Fix Ruff UP038 warning (#3141)3867781Fix Ruff UP038 warningb91bb95Provide altered context to callbacks to hideUNSETvalues asNone(#3137)437e1e3Temporarily provide a fake context to the callback to hideUNSETvalues as ...ea70da4Don't test using a file in docs/ (#3102)e27b307Makeuv run --all-extras pyright --verifytypes clickpass (#3072)a92c573Fix test_edit to work with BSD sed (#3129)bd131e1Fix test_edit to work with BSD sed0b5c6b7Add Best practices section (#3127)Updates
pillowfrom 12.1.1 to 12.2.0Release notes
Sourced from pillow's releases.
... (truncated)
Commits
3c41c0912.2.0 version bumpcdaa29eCheck calloc return value (#9527)585b2f5Check calloc return valueecf011eCheck all allocs in the Arrow tree (#9488)cf6de8cReject non-numeric elements inside list coords (#9526)ffdcedeUpdate 12.2.0 release notes (#9522)7929d77Added security release notes (#149)c4f7aa5Added security release notes22cdb5fMove variable declaration inside define (#9525)fc15b3bResize tall images vertically first (#9524)Updates
rayfrom 2.53.0 to 2.54.1Release notes
Sourced from ray's releases.
... (truncated)
Commits
8768a32updating depset (#61919)75a0903[Data] Disable hanging issue detection (#61895)846a02echange version to 2.54.1 (#61809)1ea4980[docker] Update latest Docker dependencies for 2.54.0 release (#61157)48bd1f8[data] revert "continue grabbing task state until response is not None" (#61066)165b4aa[Data][Cherry-pick] Fixed min_scheduling_resources to fallback to incremental...6835277[rllib] disable failing tests that are not release blocking (#60933)f8e1102[Core] Fix test_failed_task_runtime_env_setup failure on windows (#60852) (#6...620214f[RLlib] Fix _test_dependency_torch (#60742) (#60888)5d2115ccherrypick part of #60887 (#60897)Updates
banditfrom 1.9.3 to 1.9.4Release notes
Sourced from bandit's releases.
Commits
92ae8b8Fix B106 reporting wrong line number on multiline function calls (#1360)c8c8a55Lower version guard in check_ast_node to Python 3.12 (#1355)8f2f928Fix B615 false positive when revision is set via variable (#1358)e27493fInclude filename in nosec 'no failed test' warning (#1363)b69b336Fix B613 crash when reading from stdin (#1361)e418b79Bump docker/build-push-action from 6.18.0 to 6.19.2 (#1357)ff646fdBump docker/login-action from 3.6.0 to 3.7.0 (#1353)c0def6cchore: fixed some typos in comments (#1351)Updates
buildfrom 1.4.0 to 1.4.2Release notes
Sourced from build's releases.
Changelog
Sourced from build's changelog.
... (truncated)
Commits
7b7ae07chore: prepare for 1.4.217f3b57fix: release changelog issue (#1006)b945752fix: _has_valid_outer_pip when pip is missing (#1003)74ae997🔧 fix(towncrier): match docstrfmt RST formatting expectations (#1002)3786929🐛 fix(release): detect pre-commit environment inconsistencies (#1001)737bdb7fix(uv): always pass the python to use (#996)bd88956chore: prepare for 1.4.1062e7e2🐛 fix(deps): add pre-commit to release dependency group (#1000)3d8e260🐛 fix(ci): resolve pre-release auth failure and change detection (#999)f2a2610chore: fix fix job (#997)Updates
pytest-covfrom 7.0.0 to 7.1.0Changelog
Sourced from pytest-cov's changelog.
Commits
66c8a52Bump version: 7.0.0 → 7.1.0f707662Make the examples use pypy 3.11.6049a78Make context test use the old ctracer (seems the new sysmon tracer behaves di...8ebf20bUpdate changelog.861d30eRemove the backup context manager - shouldn't be needed since coverage 5.0, ...fd4c956Pass the precision on the nulled total (seems that there's some caching goion...78c9c4eOnly run the 3.9 on older deps.4849a92Punctuation.197c35eUpdate changelog and hopefully I don't forget to publish release again :))14dc1c9Update examples to use 3.11 and make the adhoc layout example look a bit more...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 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