From 486d66b1fd55087ae91958c9aefc7405ed00455d Mon Sep 17 00:00:00 2001 From: Konstantin Novichikhin Date: Fri, 22 Mar 2024 22:32:19 -0400 Subject: [PATCH] Bump black from 22.8.0 to 24.3.0 Fix for CVE-2024-21503 --- pyemv/cvn.py | 1 - pyemv/cvv.py | 1 - requirements-dev.txt | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pyemv/cvn.py b/pyemv/cvn.py index f4e6f35..43573d7 100644 --- a/pyemv/cvn.py +++ b/pyemv/cvn.py @@ -58,7 +58,6 @@ '84240002182DC7A061323BA62472BC5308BD291B5F665B3A927E60661E' """ - import typing as _typing from pyemv import ac as _ac diff --git a/pyemv/cvv.py b/pyemv/cvv.py index 1ec9412..cc6c8eb 100644 --- a/pyemv/cvv.py +++ b/pyemv/cvv.py @@ -3,7 +3,6 @@ generate a new CVV for each transaction. """ - from pyemv import mac as _mac from pyemv import tools as _tools diff --git a/requirements-dev.txt b/requirements-dev.txt index a289883..f46354f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -black == 22.8.0 +black == 24.3.0 flake8 pytest >= 6.0 # Min to support pyproject.toml pytest-cov