Skip to content

Commit

Permalink
Update flake8 requirement from ~=6.1 to ~=7.0 (#1069)
Browse files Browse the repository at this point in the history
* Update flake8 requirement from ~=6.1 to ~=7.0

Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version.
- [Commits](PyCQA/flake8@6.1.0...7.0.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add automated changelog yaml from template for bot PR

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <[email protected]>
Co-authored-by: Mike Alfare <[email protected]>
  • Loading branch information
3 people authored Jul 17, 2024
1 parent 4c459ea commit 01979c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20240105-004800.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Update flake8 requirement from ~=6.1 to ~=7.0"
time: 2024-01-05T00:48:00.00000Z
custom:
Author: dependabot[bot]
PR: 1069
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ black>=24.3
bumpversion~=0.6.0
click~=8.1
ddtrace==2.3.0
flake8~=6.1
flake8~=7.0
flaky~=3.7
freezegun~=1.4
ipdb~=0.13.13
Expand Down

0 comments on commit 01979c6

Please sign in to comment.