1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-11-04 12:38:32 +00:00

Bump flake8 from 5.0.4 to 7.0.0

Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 7.0.0.
- [Commits](https://github.com/pycqa/flake8/compare/5.0.4...7.0.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-04-01 06:20:02 +00:00
committed by Dmitry Belyaev
parent fbd83ff497
commit c874ca2199
2 changed files with 16 additions and 16 deletions

View File

@@ -34,7 +34,7 @@ optional = true
[tool.poetry.group.dev.dependencies]
pytest = ">=7.4,<9.0"
flake8 = "^5.0.4"
flake8 = ">=5.0.4,<8.0.0"
black = ">=23.7,<25.0"
mypy = ">=0.960"
types-python-dateutil = "^2.8.19"