Skip to content

Bump memray from 1.17.1 to 1.19.2#13

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/memray-1.19.2
Open

Bump memray from 1.17.1 to 1.19.2#13
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/memray-1.19.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps memray from 1.17.1 to 1.19.2.

Release notes

Sourced from memray's releases.

v1.19.2

What's Changed

New Contributors

Full Changelog: bloomberg/memray@v1.19.1...v1.19.2

v1.19.1

What's Changed

Full Changelog: bloomberg/memray@v1.19.0...v1.19.1

v1.19.0

What's Changed

Full Changelog: bloomberg/memray@v1.18.0...v1.19.0

v1.18.0

What's Changed

... (truncated)

Changelog

Sourced from memray's changelog.

memray 1.19.2 (2026-03-12)

Bug Fixes


- Add support for Python 3.14's tail call interpreter. Memray now correctly identifies Python frame boundaries in native stack traces when Python 3.14 is built with the tail call interpreter enabled (``--with-tail-call-interp``), recognizing LLVM-generated tail call functions alongside traditional ``_PyEval_EvalFrameDefault`` functions. ([#836](https://github.com/bloomberg/memray/issues/836))
- Prevent an ``AssertionError`` when the tracked process exits after the live TUI was closed. ([#849](https://github.com/bloomberg/memray/issues/849))
- Ensure the command line is properly HTML escaped when writing it into flamegraph and table reports. ([#885](https://github.com/bloomberg/memray/issues/885))
- Fix the ``--no-web`` option for ``memray flamegraph``, which was generating broken flame graphs. ([#876](https://github.com/bloomberg/memray/issues/876))

memray 1.19.1 (2025-09-29)

  • Fix a bug that caused Memray to refuse to produce stack traces for pymalloc allocations when --trace-python-allocators was used. (#832)

memray 1.19.0 (2025-09-26)

Features


- Add a mode that can be used in Python 3.13.3 and newer where Memray will track Python object creation and destruction events, which can be used to find leaked objects (ones that were created during a tracking session and not destroyed before the end of that tracking session). ([#752](https://github.com/bloomberg/memray/issues/752))
- Added ``--no-web`` flag to ``flamegraph`` and ``table`` commands for offline HTML report generation. When this flag is specified, memray bundles all external dependencies (Bootstrap, jQuery, D3, DataTables, Plotly.js) directly into the generated HTML files instead of loading them from CDNs. This enables memray to generate fully functional HTML reports on airgapped systems without internet connectivity. ([#790](https://github.com/bloomberg/memray/issues/790))
- Reduced memory profiling overhead and capture file size by changing how
  Python code locations are recorded. This makes allocation tracking
  faster, produces smaller capture files, and improves the accuracy of
  reports that group allocations by source location. ([#801](https://github.com/bloomberg/memray/issues/801))

Bug Fixes
</code></pre>
<ul>
<li>Fix a crash that could occur if tracking was started in one thread while another thread was inside of a trace function installed with <code>sys.settrace</code>. This crash wasn't possible to hit with <code>memray run</code>, but could happen when using <code>pytest-memray</code> and <code>pytest-cov</code> together. (<a href="https://redirect.github.com/bloomberg/memray/issues/823&quot;&gt;#823&lt;/a&gt;)&lt;/li>
<li>Fix timestamps on the heap usage line chart when Memray is run on a 32-bit platform. (<a href="https://redirect.github.com/bloomberg/memray/issues/826&quot;&gt;#826&lt;/a&gt;)&lt;/li>
</ul>
<h2>memray 1.18.0 (2025-08-07)</h2>
<p>Features</p>
<pre><code>

  • Add a button to the flame graph and table reports for downloading a CSV of the source data of the graph showing RSS and heap memory usage over time. (#769)
  • Peak memory usage is now included in the stats reporter. (#771)
  • Python 3.14 is now supported. (#804)
  • memray attach now supports attaching to a process using the new built-in sys.remote_exec when running in Python 3.14, rather than needing to use a debugger to inject itself. Since this is faster and safer, it is the new default, but you can still use the old methods by passing --method=gdb or --method=lldb to memray attach. (#805)
  • Free-threaded builds of Python 3.14 are now supported. (#808)
    &lt;/tr&gt;&lt;/table&gt;
    </code></pre>
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>

<ul>
<li><a href="https://github.com/bloomberg/memray/commit/87e7f620583329f548c71f2e455160538b9b9afc&quot;&gt;&lt;code&gt;87e7f62&lt;/code&gt;&lt;/a> Prepare for 1.19.2 release</li>
<li><a href="https://github.com/bloomberg/memray/commit/ba6e4e2e9930f9641bed7adfdf43c8e2545ce249&quot;&gt;&lt;code&gt;ba6e4e2&lt;/code&gt;&lt;/a> Fix escaping in HTML reports</li>
<li><a href="https://github.com/bloomberg/memray/commit/f4e7128acaf3bb8800e6f9ca87c81e6c2ac44347&quot;&gt;&lt;code&gt;f4e7128&lt;/code&gt;&lt;/a> docs: Document more caveats for attaching</li>
<li><a href="https://github.com/bloomberg/memray/commit/cb93af08a75b9cae30ab1739287ef6a2bf228f51&quot;&gt;&lt;code&gt;cb93af0&lt;/code&gt;&lt;/a> Format flamegraph tooltip asset with prettier</li>
<li><a href="https://github.com/bloomberg/memray/commit/73c372623a5475f1c168f4dcfb3d61b33b9a6a8a&quot;&gt;&lt;code&gt;73c3726&lt;/code&gt;&lt;/a> Fix strict mypy errors in IPython flamegraph magic</li>
<li><a href="https://github.com/bloomberg/memray/commit/c39776cffd53f147dea98f71917e01847369855d&quot;&gt;&lt;code&gt;c39776c&lt;/code&gt;&lt;/a> Relax no-web flamegraph d3 asset assertion</li>
<li><a href="https://github.com/bloomberg/memray/commit/385a06bf89c752309e00b11b0cb0e0dc54e1174b&quot;&gt;&lt;code&gt;385a06b&lt;/code&gt;&lt;/a> Upgrade d3 v4 to v7</li>
<li><a href="https://github.com/bloomberg/memray/commit/76737ea96ed7b96690bb34a5dd0e7573f623c72c&quot;&gt;&lt;code&gt;76737ea&lt;/code&gt;&lt;/a> Regenerate flamegraph template assets</li>
<li><a href="https://github.com/bloomberg/memray/commit/d0d4da5e0758d9ce825cd44941473066481c89c4&quot;&gt;&lt;code&gt;d0d4da5&lt;/code&gt;&lt;/a> Replace d3-tip with floating-ui tooltips</li>
<li><a href="https://github.com/bloomberg/memray/commit/d73cce4b9cba6b3d75b50980f53d227c40c3b90a&quot;&gt;&lt;code&gt;d73cce4&lt;/code&gt;&lt;/a> build(deps): bump serialize-javascript, copy-webpack-plugin and terser-webpac...</li>
<li>Additional commits viewable in <a href="https://github.com/bloomberg/memray/compare/v1.17.1...v1.19.2&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [memray](https://github.com/bloomberg/memray) from 1.17.1 to 1.19.2.
- [Release notes](https://github.com/bloomberg/memray/releases)
- [Changelog](https://github.com/bloomberg/memray/blob/main/NEWS.rst)
- [Commits](bloomberg/memray@v1.17.1...v1.19.2)

---
updated-dependencies:
- dependency-name: memray
  dependency-version: 1.19.2
  dependency-type: direct:production
...

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 Mar 16, 2026
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.

0 participants