Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

Bumps protobuf from 4.25.3 to 5.27.1.

Commits
  • 3d9f7c4 Updating version.json and repo version numbers to: 27.1
  • 368b9b2 Merge pull request #17019 from protocolbuffers/cp-27
  • 2717ae7 Internal change
  • 9a37881 Always report plugin support errors from protoc.
  • f61d89c Avoid ODR violations from bootstrapped protos
  • 887e95d Fix a bug in edition defaults calculation.
  • d2edc49 Merge pull request #17002 from protocolbuffers/cp-csharp
  • 0e9dd4c Handle groups in C# JsonParser (#16970)
  • 838626d Merge pull request #16989 from protocolbuffers/cp-27
  • 8ffc1d0 Move back deprecation of java utf8 feature to 2024.
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.25.3 to 5.27.1.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v4.25.3...v5.27.1)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 24, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2024

Superseded by #167.

@dependabot dependabot bot closed this Jul 1, 2024
@dependabot dependabot bot deleted the dependabot/pip/protobuf-5.27.1 branch July 1, 2024 08:18
smaye81 pushed a commit that referenced this pull request Jun 17, 2025
Bumps [pytest-subtests](https://github.com/pytest-dev/pytest-subtests)
from 0.14.1 to 0.14.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest-subtests/blob/main/CHANGELOG.rst">pytest-subtests's
changelog</a>.</em></p>
<blockquote>
<h2>0.14.2</h2>
<p><em>2025-06-13</em></p>
<ul>
<li>Print output &quot;dots&quot; for successful unittest subtests
(<code>[#164](https://github.com/pytest-dev/pytest-subtests/issues/164)</code>_).</li>
<li>Improved reporting in case subtests raise <code>pytest.xfail</code>
(<code>[#194](https://github.com/pytest-dev/pytest-subtests/issues/194)</code>_).</li>
</ul>
<p>.. _<a
href="https://redirect.github.com/pytest-dev/pytest-subtests/issues/164">#164</a>:
<a
href="https://redirect.github.com/pytest-dev/pytest-subtests/issues/164">pytest-dev/pytest-subtests#164</a>
.. _<a
href="https://redirect.github.com/pytest-dev/pytest-subtests/issues/194">#194</a>:
<a
href="https://redirect.github.com/pytest-dev/pytest-subtests/pull/194">pytest-dev/pytest-subtests#194</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pytest-dev/pytest-subtests/commit/14454dfde9b643263a969365011835d32a9eb721"><code>14454df</code></a>
Release 0.14.2</li>
<li><a
href="https://github.com/pytest-dev/pytest-subtests/commit/92ea931eeba9be223b74089cd44d8759967076e9"><code>92ea931</code></a>
Improve reporting in case of xfail (<a
href="https://redirect.github.com/pytest-dev/pytest-subtests/issues/194">#194</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest-subtests/commit/9737d2bc93dc41af1a34678443b450bebade939b"><code>9737d2b</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/pytest-dev/pytest-subtests/issues/192">#192</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest-subtests/commit/9981d1c28d4ccbca435ce0e396804628acfeeb40"><code>9981d1c</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/pytest-dev/pytest-subtests/issues/191">#191</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest-subtests/commit/6f71f6e9156a1163d5e58ee457868c255b5c9099"><code>6f71f6e</code></a>
Print output &quot;dots&quot; for successful unittest subtests (<a
href="https://redirect.github.com/pytest-dev/pytest-subtests/issues/164">#164</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest-subtests/issues/190">#190</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest-subtests/commit/722c830bd9b8f5a69fcafe44a8935b5a2229b754"><code>722c830</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/pytest-dev/pytest-subtests/issues/189">#189</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest-subtests/commit/4215ebee09cb79f3962a9ef05ff66d15ef37e1e3"><code>4215ebe</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/pytest-dev/pytest-subtests/issues/188">#188</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest-subtests/commit/2c3e86bbf23a602b0c8c38748e7c7290f0105864"><code>2c3e86b</code></a>
Bump hynek/build-and-inspect-python-package from 2.11 to 2.12 (<a
href="https://redirect.github.com/pytest-dev/pytest-subtests/issues/186">#186</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest-subtests/commit/c9c824993e2af60db74b18e6a743a3514f50b0b9"><code>c9c8249</code></a>
Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (<a
href="https://redirect.github.com/pytest-dev/pytest-subtests/issues/185">#185</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest-subtests/commit/ea8143e660ddd4e3bd4ead695e0ff18c5917af2f"><code>ea8143e</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/pytest-dev/pytest-subtests/issues/183">#183</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest-subtests/compare/v0.14.1...v0.14.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-subtests&package-manager=pip&previous-version=0.14.1&new-version=0.14.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant