From e0d4337a256261ace49a4e364e780655bc26add6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 10:16:45 -0500 Subject: [PATCH] Update memray requirement from ==1.15.* to ==1.20.* in /docker/main (#24343) Updates the requirements on [memray](https://github.com/bloomberg/memray) to permit the latest version. - [Release notes](https://github.com/bloomberg/memray/releases) - [Changelog](https://github.com/bloomberg/memray/blob/main/NEWS.rst) - [Commits](https://github.com/bloomberg/memray/compare/v1.15.0...v1.20.0) --- updated-dependencies: - dependency-name: memray dependency-version: 1.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docker/main/requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index b40f1d9ad6..525f98a7c6 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -73,4 +73,4 @@ faster-whisper==1.2.* librosa==0.11.* soundfile==0.13.* # Memory profiling -memray == 1.15.* +memray == 1.20.*