1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-09-05 18:07:38 +00:00

Bump fire from 0.4.0 to 0.5.0

Bumps [fire](https://github.com/google/python-fire) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/google/python-fire/releases)
- [Commits](https://github.com/google/python-fire/compare/v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: fire
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-01-04 09:29:38 +00:00
committed by Dmitry Belyaev
parent d43c906869
commit 5e845cf629
2 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ google-api-python-client = "2.68.0"
icalendar = "5.0.4"
pytz = "2022.6"
PyYAML = "6.0"
fire = "0.4.0"
fire = "0.5.0"
[tool.poetry.dev-dependencies]
pytest = "^7.2.0"