chore(deps)(deps): bump the low-risk group across 1 directory with 7 updates - #97
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps)(deps): bump the low-risk group across 1 directory with 7 updates#97dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…updates Bumps the low-risk group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [azure-storage-file-datalake](https://github.com/Azure/azure-sdk-for-python) | `12.24.0` | `12.25.0` | | [colorlog](https://github.com/borntyping/python-colorlog) | `6.10.1` | `6.12.0` | | [click](https://github.com/pallets/click) | `8.4.0` | `8.4.2` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.6.0` | `4.6.1` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.14.0` | `7.15.2` | | [commitizen](https://github.com/commitizen-tools/commitizen) | `4.16.2` | `4.16.5` | Updates `azure-storage-file-datalake` from 12.24.0 to 12.25.0 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](Azure/azure-sdk-for-python@azure-storage-file-datalake_12.24.0...azure-storage-file-datalake_12.25.0) Updates `colorlog` from 6.10.1 to 6.12.0 - [Release notes](https://github.com/borntyping/python-colorlog/releases) - [Commits](borntyping/python-colorlog@v6.10.1...v6.12.0) Updates `click` from 8.4.0 to 8.4.2 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](pallets/click@8.4.0...8.4.2) 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) Updates `pre-commit` from 4.6.0 to 4.6.1 - [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@v4.6.0...v4.6.1) Updates `coverage` from 7.14.0 to 7.15.2 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.14.0...7.15.2) Updates `commitizen` from 4.16.2 to 4.16.5 - [Release notes](https://github.com/commitizen-tools/commitizen/releases) - [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md) - [Commits](commitizen-tools/commitizen@v4.16.2...v4.16.5) --- updated-dependencies: - dependency-name: azure-storage-file-datalake dependency-version: 12.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: low-risk - dependency-name: colorlog dependency-version: 6.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: low-risk - dependency-name: click dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: low-risk - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: low-risk - dependency-name: pre-commit dependency-version: 4.6.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: low-risk - dependency-name: coverage dependency-version: 7.15.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: low-risk - dependency-name: commitizen dependency-version: 4.16.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: low-risk ... 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 low-risk group with 7 updates in the / directory:
12.24.012.25.06.10.16.12.08.4.08.4.29.0.39.1.14.6.04.6.17.14.07.15.24.16.24.16.5Updates
azure-storage-file-datalakefrom 12.24.0 to 12.25.0Commits
245d202Branch prep for release28ec40eModified changelogs3339854Merge branch 'main' into release/storage/stg10228773ccFix/transcription python tsp location (#46959)53a9c50Add Release Plan ID in get release plan fields (#46958)4c96276Update tsp-location.yaml commit hash to latest spec (#46954)9c82ebbImplement WebSocket support for InvocationAgentServerHost (#46841)17a2bf7[azure-planetarycomputer] SDK Update for GA Release (#46359)c24547a[AutoPR azure-mgmt-containerservice]-generated-from-SDK Generation - Python-6...063446bazure-ai-evaluation: forward evaluator properties to App Insights (#46942)Updates
colorlogfrom 6.10.1 to 6.12.0Release notes
Sourced from colorlog's releases.
Commits
868b53dBump version6d05e06Fix LevelFormatter raising KeyError on levels missing from fmt512e948Bump versionfee6813Remove useless statement5291d6aReplace spaces with tab5b9e7e4Update examples2837440Improve ColoredFormatter args doc25f7cf0Fix secondary_log_colors defaultf77425bUse double quotes in exampled4ef075Small fixUpdates
clickfrom 8.4.0 to 8.4.2Release notes
Sourced from click's releases.
Changelog
Sourced from click's changelog.
Commits
b2e30a1Release version 8.4.27a16b20Fixpackage_nameresolution when module differs from distribution name (#3582)bec5928Fixpackage_nameresolution when top-level module differs from distribution...916883aFix tests to not rely on-Wdefaultoption (#3591)09195f6Fix double-bracketing of choices in synopsis (#3578)1557e26Check for warning exception with idiomatic context managerd9ff133Static typing improvements inclick.shell_completion(#3460)762c97eFix double-bracketing of choices in synopsis8929d39Convert changes to markdown. (#3559)237be50Move changes headings down a level.Updates
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-typingUpdates
pre-commitfrom 4.6.0 to 4.6.1Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
242ce8av4.6.1766e550Merge pull request #3727 from pre-commit/dedupe1558d06Merge pull request #3726 from pre-commit/exists-faster8a1c47aavoid duplicate files in --all-files during conflict2e01c99faster check of rev existing locally as a commit3613bf2Merge pull request #3701 from pre-commit/autoupdate-repos1d811d9Return an error for invalid --repo374d354Merge pull request #3711 from damonbayer/dmb_JULIA_DEPOT_PATH1e7994fset JULIA_DEPOT_PATHb2b9119Merge pull request #3719 from pre-commit/npm-unknown-optionsUpdates
coveragefrom 7.14.0 to 7.15.2Release notes
Sourced from coverage's releases.
... (truncated)
Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
50d8659docs: sample HTML for 7.15.2b5eed20docs: prep for 7.15.278cab6efix: reduce memory use during reporting. #2229 (#2231)b4c1fdabuild: bump version to 7.15.2da63beddocs: sample HTML for 7.15.1bc35e64docs: prep for 7.15.1182b010perf: resolve sysmon branch events lazily, one pair at a time (#2221)ee271eeperf: compute multiline maps cheaply in the sysmon core (#2220)1441b96chore: bump the action-dependencies group with 6 updates (#2225)dd80635fix: escape context labels in html report inline script block (#2224)Updates
commitizenfrom 4.16.2 to 4.16.5Release notes
Sourced from commitizen's releases.
Commits
6afcd8ebump: version 4.16.4 → 4.16.5ff23c26fix: exclude star-history API from lychee link checker (#2029)40b409bci(deps): bump soupsieve from 2.8.3 to 2.8.4 (#2024)7812abeci(deps): bump dawidd6/action-homebrew-bump-formula from 7 to 8 (#2022)3885e8bbuild(deps): update argcomplete requirement from <3.7,>=1.12.1 to >=1.12.1,<3...62fb12ddocs(cli/screenshots): update CLI screenshots205e71cbump: version 4.16.3 → 4.16.486b8361fix(providers/cargo): don't crash on workspace member with fixed version4765a41ci(deps): bump peter-evans/find-comment from 3 to 4 (#2020)c85e41fdocs(cli/screenshots): update CLI screenshotsYou 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 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