From 4e1edd70b90daa0333f62e0094ce1ba8e3d9b5dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 06:32:19 +0000 Subject: [PATCH] Update gntp requirement from 1.0.2 to 1.0.3 Updates the requirements on [gntp](https://github.com/kfdm/gntp) to permit the latest version. - [Release notes](https://github.com/kfdm/gntp/releases) - [Commits](https://github.com/kfdm/gntp/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: gntp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 687c32c..ef298c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ cherrypy = "17.4.2" cloudinary = "1.20.0" distro = "1.4.0" future = "0.18.2" -gntp = "1.0.2" +gntp = "1.0.3" html5lib = "0.999" httpagentparser = "1.7.8" ipwhois = "1.2.0"