From 778fe3d66c3605a9673d5d88484d3380a81d2d02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:25:32 +0000 Subject: [PATCH] Bump pymisp from 2.5.0 to 2.5.2 in /requirements Bumps [pymisp](https://github.com/MISP/PyMISP) from 2.5.0 to 2.5.2. - [Release notes](https://github.com/MISP/PyMISP/releases) - [Changelog](https://github.com/MISP/PyMISP/blob/main/CHANGELOG.txt) - [Commits](https://github.com/MISP/PyMISP/compare/v2.5.0...v2.5.2) --- updated-dependencies: - dependency-name: pymisp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index db5ce7dc..6239640b 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -135,7 +135,7 @@ pefile==2024.8.26 # misp export # ------------------------------------------------------------------------------ # https://github.com/MISP/PyMISP -pymisp==2.5.0 +pymisp==2.5.2 # ldap # ------------------------------------------------------------------------------