Skip to content

deps(example-python): bump bytecode from 0.17.0 to 0.18.1 in /examples/single_service/src/python-project#162

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/examples/single_service/src/python-project/bytecode-0.18.1
Open

deps(example-python): bump bytecode from 0.17.0 to 0.18.1 in /examples/single_service/src/python-project#162
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/examples/single_service/src/python-project/bytecode-0.18.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps bytecode from 0.17.0 to 0.18.1.

Release notes

Sourced from bytecode's releases.

0.18.1

What's Changed

Full Changelog: MatthieuDartiailh/bytecode@0.18.0...0.18.1

0.18.0

What's Changed

New Contributors

Full Changelog: MatthieuDartiailh/bytecode@0.17.0...0.18.0

Changelog

Sourced from bytecode's changelog.

03-06-2026: Version 0.18.1

Bugfixes:

  • Fix an AssertionError in stack-size computation when a single exception region is split into multiple TryBegin instances sharing one handler (as produced by bytecode-rewriting tools that wrap a whole function body in a single handler). TryBegin/TryEnd are now matched on the handler block rather than on TryBegin identity.

03-06-2026: Version 0.18.0

  • drop support for Python 3.9 and 3.10 PR #180
  • Replace string literal type annotations with postponed evaluation using from __future__ import annotations PR #191
  • multiple performance improvements PRs #172, #193, #196, #194, #197, #198, #199, #200, #201, #202, #203

Breaking changes:

  • BasicBlock, Bytecode, and ConcreteBytecode now validate inserted instructions at insertion time (append, extend, insert, __setitem__) rather than during iteration. Code that relied on catching ValueError from list(block) or for instr in block: must wrap the insertion call instead. PR #199

Bugfixes:

  • Fix handling of END_ASYNC_FOR which is a backward jump PR #179
Commits
  • 570e2b8 fix: match correct try block markers in CFG (#205)
  • e8cfa41 cut release 0.18.0
  • e5d1d74 perf: replace O(n) name/varname list scan with O(1) dict lookup (#199)
  • 66584dc Replace string-based references with postponed evaluation (PEP 563) (#191)
  • d98ee89 Fix async generator issue and prefer opcode comparison to name comparison eve...
  • See full diff 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 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 [bytecode](https://github.com/MatthieuDartiailh/bytecode) from 0.17.0 to 0.18.1.
- [Release notes](https://github.com/MatthieuDartiailh/bytecode/releases)
- [Changelog](https://github.com/MatthieuDartiailh/bytecode/blob/main/doc/changelog.rst)
- [Commits](MatthieuDartiailh/bytecode@0.17.0...0.18.1)

---
updated-dependencies:
- dependency-name: bytecode
  dependency-version: 0.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, examples, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from a team as a code owner June 8, 2026 06:25
@datadog-datadog-prod-us1

datadog-datadog-prod-us1 Bot commented Jun 8, 2026

Copy link
Copy Markdown

Pipelines

Fix all issues with BitsAI

⚠️ Warnings

🚦 7 Pipeline jobs failed

CI | bazel-tests (macos-latest)   View in Datadog   GitHub Actions

CI | bazel-tests (ubuntu-latest)   View in Datadog   GitHub Actions

CI | bazel-tests (windows-latest)   View in Datadog   GitHub Actions

View all 7 failed jobs.

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: cbbb705 | Docs | Datadog PR Page | Give us feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants