Bump click from 7.1.2 to 8.0.1 (#95)

* Bump click from 7.1.2 to 8.0.1

Bumps [click](https://github.com/pallets/click) from 7.1.2 to 8.0.1.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/click/compare/7.1.2...8.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

* Get version using importlib.metdata

* Conditionally import metadata

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Gallant <dave.gallant@rewind.io>
This commit is contained in:
dependabot[bot]
2021-07-11 09:27:36 -04:00
committed by GitHub
parent f73fdc71b6
commit 460ea6eef0
6 changed files with 20 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "rfd"
version = "0.7.1"
version = "0.7.2"
description = "view RedFlagDeals.com from the command line"
authors = ["Dave Gallant <davegallant@gmail.com>"]
license = "GPL-3.0-or-later"