Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps bytecode from 0.17.0 to 0.19.0.

Release notes

Sourced from bytecode's releases.

0.19.0

What's Changed

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

0.18.1

What's Changed

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

0.18.0

What's Changed

... (truncated)

Changelog

Sourced from bytecode's changelog.

21-08-2026: Version 0.19.0

  • Add support for Python 3.15 (tested against Python 3.15 rc) PR #192

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
  • 9eea626 cut release 0.19.0
  • 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.19.0.
- [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.19.0)

---
updated-dependencies:
- dependency-name: bytecode
  dependency-version: 0.19.0
  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 Aug 31, 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.

@datadog-datadog-prod-us1 datadog-datadog-prod-us1 Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Datadog Autotest: PASS

More details

Bytecode 0.19.0 supports the example's Python 3.12 toolchain. The new lockfile entries do not conflict with the dependency setup.

Was this helpful? React 👍 or 👎

Open Bits AI session

🤖 Datadog Autotest · Commit 9a335a3 · What is Autotest? · @DataDog review to ask questions · Any feedback? Reach out in #autotest

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