From f07f276cd22d8d05ce65655797f7d24fcab670b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:31:19 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /panda directory: [numpy](https://github.com/numpy/numpy) and [pycryptodome](https://github.com/Legrandin/pycryptodome). Updates `numpy` from 1.17.2 to 1.22.0 - [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.17.2...v1.22.0) Updates `pycryptodome` from 3.9.8 to 3.19.1 - [Release notes](https://github.com/Legrandin/pycryptodome/releases) - [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst) - [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.9.8...v3.19.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 1.22.0 dependency-type: direct:production dependency-group: pip - dependency-name: pycryptodome dependency-version: 3.19.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- panda/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/requirements.txt b/panda/requirements.txt index 8190594e889811..ffb80ef9d4f763 100644 --- a/panda/requirements.txt +++ b/panda/requirements.txt @@ -1,7 +1,7 @@ libusb1 == 1.6.6 -numpy==1.17.2 +numpy==1.22.0 hexdump>=3.3 -pycryptodome==3.9.8 +pycryptodome==3.19.1 tqdm>=4.14.0 nose parameterized