From 2ec1feb479254713858bdc1a06555d9d54458717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:45:15 +0000 Subject: [PATCH] Update jira requirement from ~=3.0.0 to ~=3.6.0 Updates the requirements on [jira](https://github.com/pycontribs/jira) to permit the latest version. - [Release notes](https://github.com/pycontribs/jira/releases) - [Commits](https://github.com/pycontribs/jira/compare/3.0...3.6.0) --- updated-dependencies: - dependency-name: jira dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 8442c6e..d8810b6 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [packages] flask = "~=2.3.0" requests = "~=2.31.0" -jira = "~=3.0.0" +jira = "~=3.6.0" logging-formatter-anticrlf = "~=1.2.1" [requires]