mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-11 10:28:55 -04:00
Bump click from 8.1.8 to 8.2.0
Bumps [click](https://github.com/pallets/click) from 8.1.8 to 8.2.0. - [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/8.1.8...8.2.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
Generated
+5
-5
@@ -881,14 +881,14 @@ rapidfuzz = ">=3.0.0,<4.0.0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "click"
|
name = "click"
|
||||||
version = "8.1.8"
|
version = "8.2.0"
|
||||||
description = "Composable command line interface toolkit"
|
description = "Composable command line interface toolkit"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.10"
|
||||||
groups = ["main", "dev"]
|
groups = ["main", "dev"]
|
||||||
files = [
|
files = [
|
||||||
{file = "click-8.1.8-py3-none-any.whl", hash = "sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2"},
|
{file = "click-8.2.0-py3-none-any.whl", hash = "sha256:6b303f0b2aa85f1cb4e5303078fadcbcd4e476f114fab9b5007005711839325c"},
|
||||||
{file = "click-8.1.8.tar.gz", hash = "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a"},
|
{file = "click-8.2.0.tar.gz", hash = "sha256:f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@@ -5602,4 +5602,4 @@ cffi = ["cffi (>=1.11)"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = "^3.12.2"
|
python-versions = "^3.12.2"
|
||||||
content-hash = "9729f0344b75085d7b4d300b6f0a823c86062b5e409e1ea2c2c5d7ef1d80883f"
|
content-hash = "57616e44e7dcc7f68f5e496eaf05313439001367b8c802ddfa7757e6428e1db2"
|
||||||
|
|||||||
+1
-1
@@ -18,7 +18,7 @@ celery = {version = "==5.5.2", extras = ["redis"]}
|
|||||||
certifi = ">=2022.12.7"
|
certifi = ">=2022.12.7"
|
||||||
cffi = "==1.17.1"
|
cffi = "==1.17.1"
|
||||||
charset-normalizer = "^3.4.2"
|
charset-normalizer = "^3.4.2"
|
||||||
click = "==8.1.8"
|
click = "==8.2.0"
|
||||||
click-datetime = "==0.4.0"
|
click-datetime = "==0.4.0"
|
||||||
click-didyoumean = "==0.3.1"
|
click-didyoumean = "==0.3.1"
|
||||||
click-plugins = "==1.1.1"
|
click-plugins = "==1.1.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user