Skip to content

Commit

Permalink
Merge pull request #329 from Metaswitch/dependabot/pip/flake8-7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 6, 2024
2 parents f407e19 + 8139baf commit bd60490
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mypy = "^1.10"
yamllint = "^1.35"
bandit = "^1.7"
pytest = "^7.4"
flake8 = "^6.1"
flake8 = "^7.0"
werkzeug = "^3.0.3"
pytest-httpserver = "^1.0.6"
tox = "^4"
Expand All @@ -30,7 +30,7 @@ types-requests = "^2.32.0"
announce = "announcer.__init__:main"

[tool.poetry.group.dev.dependencies]
flake8 = "^6.1.0"
flake8 = ">=6.1,<8.0"
tox = "^4.5.1"

[build-system]
Expand Down

0 comments on commit bd60490

Please sign in to comment.