Skip to content

Commit

Permalink
Update flake8 requirement in /tools in the python-packages group
Browse files Browse the repository at this point in the history
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version.

Updates `flake8` to 7.1.2
- [Commits](PyCQA/flake8@7.1.1...7.1.2)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rdimaio committed Feb 17, 2025
1 parent 191f2dd commit 19a63ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ requests~=2.32.3
mypy~=1.15
black~=25.1.0
isort~=6.0.0
flake8~=7.1.1
flake8~=7.1.2
types-requests~=2.32.0

0 comments on commit 19a63ca

Please sign in to comment.