Bump click from 8.1.3 to 8.1.6

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

---
updated-dependencies:
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-08-11 21:23:50 +00:00
committed by GitHub
parent d8dcde4403
commit 7723382df2
2 changed files with 6 additions and 6 deletions

10
Pipfile.lock generated
View File

@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "17602a50c35be672945e36de40a3eb68074eeac4098151a0f2f28e891f85267a"
"sha256": "9d2a9dbca7bfe79806a970b980f734b1cbd22e12dce6f11f573c24c7c2237ae4"
},
"pipfile-spec": 6,
"requires": {
@@ -230,11 +230,11 @@
},
"click": {
"hashes": [
"sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e",
"sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"
"sha256:48ee849951919527a045bfe3bf7baa8a959c423134e1a5b98c05c20ba75a1cbd",
"sha256:fa244bb30b3b5ee2cae3da8f55c9e5e0c0e86093306301fb418eb9dc40fbded5"
],
"index": "pypi",
"version": "==8.1.3"
"version": "==8.1.6"
},
"click-datetime": {
"hashes": [
@@ -1106,7 +1106,7 @@
"sha256:78f9a9bf4e7be0c5ded4583326e7461e3a3c5aae24073648b4bdfa797d78c9d2",
"sha256:9d689e6ca1b3038bc82bf8d23e944b6b6037bc02301a574935b2dd946e0353b9"
],
"markers": "python_version < '4.0' and python_full_version >= '3.5.0'",
"markers": "python_version >= '3.5' and python_full_version < '4.0.0'",
"version": "==4.7.2"
},
"s3transfer": {