diff --git a/pipeline/aws_infra/pyproject.toml b/pipeline/aws_infra/pyproject.toml index 75614095..ea2154ed 100644 --- a/pipeline/aws_infra/pyproject.toml +++ b/pipeline/aws_infra/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ [project.optional-dependencies] test = [ - "flake8==7.0.*", + "flake8==7.1.*", "mypy==1.10.*", "pytest==8.2.*" ] diff --git a/pipeline/aws_infra/tests/requirements.txt b/pipeline/aws_infra/tests/requirements.txt index ebc4759e..9bf73f67 100644 --- a/pipeline/aws_infra/tests/requirements.txt +++ b/pipeline/aws_infra/tests/requirements.txt @@ -53,9 +53,9 @@ constructs==10.3.0 \ # aws-cdk-lib # pavi-shared-aws-infra # pipeline-aws_infra (pyproject.toml) -flake8==7.0.0 \ - --hash=sha256:33f96621059e65eec474169085dc92bf26e7b2d47366b70be2f67ab80dc25132 \ - --hash=sha256:a6dfbb75e03252917f2473ea9653f7cd799c3064e54d4c8140044c5c065f53c3 +flake8==7.1.0 \ + --hash=sha256:2e416edcc62471a64cea09353f4e7bdba32aeb079b6e360554c659a122b1bc6a \ + --hash=sha256:48a07b626b55236e0fb4784ee69a465fbf59d79eec1f5b4785c3d3bc57d17aa5 # via pipeline-aws_infra (pyproject.toml) importlib-resources==6.4.0 \ --hash=sha256:50d10f043df931902d4194ea07ec57960f66a80449ff867bfe782b4c486ba78c \