Skip to content

Commit 59f7af1

Browse files
Update flake8 requirement from ^6.0.0 to >=6,<8 (#11)
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](PyCQA/flake8@6.0.0...7.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3165361 commit 59f7af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ psycopg = "^3.1.8"
1717
pytest-mock = "^3.10.0"
1818

1919
[tool.poetry.group.dev.dependencies]
20-
flake8 = "^6.0.0"
20+
flake8 = ">=6,<8"
2121
black = "^23.1.0"
2222
mypy = "^1.0.0"
2323
psycopg-binary = "^3.1.8"

0 commit comments

Comments
 (0)