From 5baa399dcdfe01b62fc2cc5b7186f6ca0002e397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:34:40 +0000 Subject: [PATCH] :arrow_up:(deps): Update memory-profiler requirement Updates the requirements on [memory-profiler](https://github.com/pythonprofilers/memory_profiler) to permit the latest version. - [Commits](https://github.com/pythonprofilers/memory_profiler/compare/v0.60...v0.61) --- updated-dependencies: - dependency-name: memory-profiler dependency-version: 0.61.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 6e29baf9..91a672a4 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -19,7 +19,7 @@ safety>=2.3.0 # Performance and profiling psutil>=5.9.0 -memory-profiler>=0.60.0 +memory-profiler>=0.61.0 # Mock and testing utilities responses>=0.23.0