From 110df348c4316e2d21148b46cb6ebf44e83306dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:22:01 +0000 Subject: [PATCH] Chore(deps): Bump numpy from 1.26.1 to 2.1.3 in /tools/trace_synthesizer Bumps [numpy](https://github.com/numpy/numpy) from 1.26.1 to 2.1.3. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.26.1...v2.1.3) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tools/trace_synthesizer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/trace_synthesizer/requirements.txt b/tools/trace_synthesizer/requirements.txt index c6434236..6f29554d 100644 --- a/tools/trace_synthesizer/requirements.txt +++ b/tools/trace_synthesizer/requirements.txt @@ -1,2 +1,2 @@ -numpy==1.26.1 +numpy==2.1.3 pandas==2.2.0 \ No newline at end of file