mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-01-21 07:28:24 +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:
parent
d43c906869
commit
5e845cf629
6
poetry.lock
generated
6
poetry.lock
generated
@ -104,7 +104,7 @@ test = ["pytest (>=6)"]
|
||||
|
||||
[[package]]
|
||||
name = "fire"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
description = "A library for automatically generating command line interfaces."
|
||||
category = "main"
|
||||
optional = false
|
||||
@ -550,7 +550,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "33b5ca73171a23f9a1744d2134bd14581685b7a28bfc1a4fb797b264a33eda0d"
|
||||
content-hash = "de626bf534dc8a72420087aff2d60058eb51e81ffb8d76511b32992ebed158d0"
|
||||
|
||||
[metadata.files]
|
||||
attrs = [
|
||||
@ -614,7 +614,7 @@ exceptiongroup = [
|
||||
{file = "exceptiongroup-1.0.0.tar.gz", hash = "sha256:affbabf13fb6e98988c38d9c5650e701569fe3c1de3233cfb61c5f33774690ad"},
|
||||
]
|
||||
fire = [
|
||||
{file = "fire-0.4.0.tar.gz", hash = "sha256:c5e2b8763699d1142393a46d0e3e790c5eb2f0706082df8f647878842c216a62"},
|
||||
{file = "fire-0.5.0.tar.gz", hash = "sha256:a6b0d49e98c8963910021f92bba66f65ab440da2982b78eb1bbf95a0a34aacc6"},
|
||||
]
|
||||
flake8 = [
|
||||
{file = "flake8-5.0.4-py2.py3-none-any.whl", hash = "sha256:7a1cf6b73744f5806ab95e526f6f0d8c01c66d7bbe349562d22dfca20610b248"},
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user