chore(deps): bump the minor-and-patch group across 1 directory with 10 updates#180
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the minor-and-patch group across 1 directory with 10 updates#180dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…0 updates Bumps the minor-and-patch group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cpg-utils](https://github.com/populationgenomics/cpg-utils) | `5.6.0` | `5.6.1` | | [grpcio](https://github.com/grpc/grpc) | `1.78.0` | `1.80.0` | | [grpcio-status](https://grpc.io) | `1.78.0` | `1.80.0` | | [tornado](https://github.com/tornadoweb/tornado) | `6.5.5` | `6.5.6` | | [black](https://github.com/psf/black) | `26.3.1` | `26.5.1` | | [build](https://github.com/pypa/build) | `1.4.2` | `1.5.0` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.13.5` | `7.14.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.7` | `0.15.14` | | [mike](https://github.com/jimporter/mike) | `2.1.4` | `2.2.0` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.408` | `1.1.409` | Updates `cpg-utils` from 5.6.0 to 5.6.1 - [Commits](https://github.com/populationgenomics/cpg-utils/commits) Updates `grpcio` from 1.78.0 to 1.80.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](grpc/grpc@v1.78.0...v1.80.0) Updates `grpcio-status` from 1.78.0 to 1.80.0 Updates `tornado` from 6.5.5 to 6.5.6 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.5.5...v6.5.6) Updates `black` from 26.3.1 to 26.5.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@26.3.1...26.5.1) Updates `build` from 1.4.2 to 1.5.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.4.2...1.5.0) Updates `coverage` from 7.13.5 to 7.14.1 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.13.5...7.14.1) Updates `ruff` from 0.15.7 to 0.15.14 - [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.15.7...0.15.14) Updates `mike` from 2.1.4 to 2.2.0 - [Release notes](https://github.com/jimporter/mike/releases) - [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md) - [Commits](jimporter/mike@v2.1.4...v2.2.0) Updates `pyright` from 1.1.408 to 1.1.409 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.408...v1.1.409) --- updated-dependencies: - dependency-name: cpg-utils dependency-version: 5.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: grpcio dependency-version: 1.80.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: grpcio-status dependency-version: 1.80.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: tornado dependency-version: 6.5.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: build dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: coverage dependency-version: 7.14.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: ruff dependency-version: 0.15.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: mike dependency-version: 2.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: pyright dependency-version: 1.1.409 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Vulnerability AuditFound 7 vulnerabilities across 4 packages. Actionable now — bump via
|
| Package | Current → Fix | CVEs | Path |
|---|---|---|---|
idna |
3.11 → 3.15 | CVE-2026-45409 | cpg-utils → requests → idna |
urllib3 |
2.6.3 → 2.7.0 | CVE-2026-44432, CVE-2026-44431 | metamist → urllib3 |
One-shot fix command
uv lock \
--upgrade-package idna \
--upgrade-package urllib3Blocked upstream — needs a fix in a parent package
| Package | Current → Fix | CVEs | Blocked by |
|---|---|---|---|
bokeh |
3.4.3 → 3.8.2 | CVE-2026-21883 | hail==0.2.137 pins <3.5,>=3 |
Dev-only — not in production image
| Package | Current → Fix | CVEs | Path |
|---|---|---|---|
pymdown-extensions |
10.20 → 10.21.3 | CVE-2026-46338 | mkdocs-material → pymdown-extensions |
Contributor
🐳 Docker Image BuiltA new Docker image has been built for this PR: Image: Pull command: docker pull australia-southeast1-docker.pkg.dev/cpg-common/images-dev/cpg_flow:e7fa03dafce1427ddfb96d282a9fecea1d125ed1🔗 View in Google Cloud Console This comment was automatically generated by the Docker workflow. |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 minor-and-patch group with 10 updates in the / directory:
5.6.05.6.11.78.01.80.01.78.01.80.06.5.56.5.626.3.126.5.11.4.21.5.07.13.57.14.10.15.70.15.142.1.42.2.01.1.4081.1.409Updates
cpg-utilsfrom 5.6.0 to 5.6.1Commits
Updates
grpciofrom 1.78.0 to 1.80.0Release notes
Sourced from grpcio's releases.
... (truncated)
Commits
f5e2d6e[Release] Bump version to 1.80.0 (on v1.80.x branch) (#41857)938cfec[subchannel connection scaling] fix when we reset backoff (#41935)91778be[Backport][v1.80.x][Python] New_createmethod for aio.Metadata (#41888)f10b9f2[bzlmod] upgrade rules_swift to avoid BCR CI breakage on Windows with bazel 7...be4c1c5[subchannel] fix crash in connection scaling code (#41853)a71df73[Release] Bump version to 1.80.0-pre1 (on v1.80.x branch) (#41844)3ca09e4[Python] Fix GRPC_TRACE and add test to check the GRPC_TRACE logs print (#41814)260c6fd[PHP] Disable php infinite recursion check for callback from Core to PHP (#41...50957c5[Flakiness] Delete flaky iomgr fd_conservation_posix_test and create an Event...e1e1d0a[Bzlmod] Turn off bzlmod for PSM python tests. (#41810)Updates
grpcio-statusfrom 1.78.0 to 1.80.0Updates
tornadofrom 6.5.5 to 6.5.6Changelog
Sourced from tornado's changelog.
... (truncated)
Commits
aba2569Merge pull request #3626 from bdarnell/fixes-656a24b260httpclient_test: Accept an additional error message varianta74240aRelease notes and version bump for 6.5.6.e8fc7edsimple_httpclient: Strip auth headers on cross-origin redirects96dc88cspeedups: validate mask lengthff808b3http1connection: Enforce max_body_size in _GzipMessageDelegateede4e37auth: Correctly parse check_authentication response1c178beRemove obsolete curl force_timeout workaroundc99d55bReplace deprecated pycurl IOCTLFUNCTION callback with SEEKFUNCTION2761431Merge pull request #3587 from bdarnell/fix-linkUpdates
blackfrom 26.3.1 to 26.5.1Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
87928e6Prepare release 26.5.1 (#5140)c970a49Preserve comments before fmt: skip lines (#5139)5809338Preserve inline comments inside annotation subscripts (#5130)61361b7docs: add Neovim integration guide and fix http link (#5124)ebe6018CI Hotfixes (#5136)9cbd95fFix publish binaries again on Windows (#5134)3dc8e6cAdd new changelog (#5132)6d0fff0Fix publish binaries workflow (#5133)d2490e2Prepare release 26.5.0 (#5131)2b13ea7Preserve multiline headers with fmt skip (#5117)Updates
buildfrom 1.4.2 to 1.5.0Release notes
Sourced from build's releases.
... (truncated)
Changelog
Sourced from build's changelog.
... (truncated)
Commits
615d04cchore: prepare for 1.5.0776f702fix: api should not ignore installed, only CLI (#1056)42da4c4pre-commit: bump repositories (#1055)b445cd2chore: tox toml (#1033)c44c143feat: drop 3.9, require 3.10+ (#1036)a9bb456build(deps): bump astral-sh/setup-uv from 8.0.0 to 8.1.0 in the actions group...cb33511ci: try to improve release docs (#1051)70666a2chore: prepare for 1.4.4653d865docs: fix issue with changelog generation (#1050)373b9eetests: keep environment from leaking in Python 3.15 (#1049)Updates
coveragefrom 7.13.5 to 7.14.1Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
64d9b66docs: correct the date for 7.14.16fa7dd4chore: bump actions/dependency-review-action (#2181)078afaedocs: sample HTML for 7.14.1cb4f028docs: prep for 7.14.1ae2d09fMerge branch 'nedbat/classifire-316-kits'2c3568bbuild: declare 3.16 compatibilityfaa68f8chore: bump github/codeql-action in the action-dependencies group (#2173)eb55feetest: we don't need PyPy < 7.3.22 anymoreac168fetest: the text summary should show missingfed4bd2chore: upgrade virtualenvUpdates
rufffrom 0.15.7 to 0.15.14Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
9ad2da3Bump 0.15.14 (#25295)c714e84[ty] Modernize setup of union types in mdtests (#25291)8a8e35e[flake8-comprehensions] SkipC417for lambdas with positional-only parame...aea5ed4Avoid unnecessary parser lookahead for operators (#25290)e9d72bb[ty] Allow enum member accesses onself(#25077)6cbd59bSetexclude-newer = "7 days"in our PEP-723 scripts (#25285)9999a39Update code example on how to update Neovim LSP log level (#25284)67d8c54[ty] Retain recursively-defined state in binary expressions (#25277)25a3191[ty] Refine Callable class-decorator fallback for unknown results (#25250)c423054Add a recursion limit to the parser (#24810)Updates
mikefrom 2.1.4 to 2.2.0Release notes
Sourced from mike's releases.
Changelog
Sourced from mike's changelog.
Commits
b01e030Update version to 2.2.0ca60b84Fix deprecation warning aboutsplit5b5ed31Add ProperDocs support; resolves #2592adb1f1Improvemake_whenimplementation; resolves #2607363ce5Update version to 2.2.0.dev0Updates
pyrightfrom 1.1.408 to 1.1.409Commits
d7508e5[pyright updated to 1.1.409] Update Version (#359)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