From 9107bfdc5e35591ad88ee53f445d83a5fa77e4c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 01:23:30 +0000 Subject: [PATCH] Update click requirement from ~=8.1.7 to ~=8.1.8 Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version. - [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.7...8.1.8) --- updated-dependencies: - dependency-name: click dependency-version: 8.1.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4cf19bcf..3025e580 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ mercantile~=1.2.1 psycopg2-binary~=2.9.10 python-dateutil~=2.9.0.post0 python-dotenv~=1.1.0 -click~=8.1.7 +click~=8.1.8 pymysql~=1.1.1 pyyaml~=6.0.2 validataclass~=0.10.0