Skip to content

MESH-2092 Combined Dependabot PRs#171

Merged
james-bradley-nhs merged 16 commits into
developfrom
mesh-2092-dependabot-combined
May 6, 2026
Merged

MESH-2092 Combined Dependabot PRs#171
james-bradley-nhs merged 16 commits into
developfrom
mesh-2092-dependabot-combined

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 1, 2026

Combined Dependabot PRs

✅ The following pull requests have been successfully combined on this PR:

This PR was created by the github/combine-prs action

dependabot Bot and others added 8 commits March 27, 2026 15:53
Bumps [tox](https://github.com/tox-dev/tox) from 4.47.3 to 4.50.3.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.47.3...4.50.3)

---
updated-dependencies:
- dependency-name: tox
  dependency-version: 4.50.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ipython](https://github.com/ipython/ipython) from 8.38.0 to 8.39.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.38.0...8.39.0)

---
updated-dependencies:
- dependency-name: ipython
  dependency-version: 8.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.4 to 0.15.7.
- [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.4...0.15.7)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.13.4 to 7.13.5.
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.13.4...7.13.5)

---
updated-dependencies:
- dependency-name: coverage
  dependency-version: 7.13.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.19.2...2.20.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-version: 2.20.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](mikepenz/action-junit-report@5e05ac0...bccf2e3)

---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@b7c566a...043fb46)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label May 1, 2026
…' of github.com:NHSDigital/nhs-context-logging into mesh-2092-dependabot-combined
…l/nhs-context-logging into mesh-2092-dependabot-combined
…l/nhs-context-logging into mesh-2092-dependabot-combined
…s-context-logging into mesh-2092-dependabot-combined
…/nhs-context-logging into mesh-2092-dependabot-combined
…-context-logging into mesh-2092-dependabot-combined
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented May 6, 2026

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1060 840 79% 70% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: a24d51c by action🐍

Copy link
Copy Markdown
Contributor

@johnwilliams57-nhs johnwilliams57-nhs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just missing a couple of comments

Comment thread .github/workflows/merge-develop.yml Outdated
- name: publish junit reports
if: success() || failure()
uses: mikepenz/action-junit-report@5e05ac00ad0604dfb7e313ae412aa3284f4906d6
uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs a: v6.4.0

Comment thread .github/workflows/pull-request.yml Outdated
- name: publish junit reports
if: success() || failure()
uses: mikepenz/action-junit-report@5e05ac00ad0604dfb7e313ae412aa3284f4906d6
uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 6, 2026

@james-bradley-nhs james-bradley-nhs merged commit 1421c35 into develop May 6, 2026
13 checks passed
@james-bradley-nhs james-bradley-nhs deleted the mesh-2092-dependabot-combined branch May 6, 2026 10:58
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants