1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-11-04 20:48:29 +00:00

Bump flake8 from 3.9.2 to 4.0.1

Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 4.0.1.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/3.9.2...4.0.1)

---
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]
2021-11-01 06:24:55 +00:00
committed by Dmitry Belyaev
parent 1a3ce7cda4
commit 69eea1b351
2 changed files with 20 additions and 21 deletions

View File

@@ -29,7 +29,7 @@ fire = "0.4.0"
[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
flake8 = "^3.9.2"
flake8 = "^4.0.1"
[tool.poetry.scripts]
sync-ics2gcal = "sync_ics2gcal.sync_calendar:main"