Skip to content

Commit

Permalink
Bump flake8 from 7.0.0 to 7.1.0 in /pipeline/aws_infra
Browse files Browse the repository at this point in the history
Bumps [flake8](https://github.com/pycqa/flake8) from 7.0.0 to 7.1.0.
- [Commits](PyCQA/flake8@7.0.0...7.1.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 895c03e commit 51fbc24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pipeline/aws_infra/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [

[project.optional-dependencies]
test = [
"flake8==7.0.*",
"flake8==7.1.*",
"mypy==1.10.*",
"pytest==8.2.*"
]
Expand Down
6 changes: 3 additions & 3 deletions pipeline/aws_infra/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 51fbc24

Please sign in to comment.