From 3569a26b99f8eff9016441a9f7ad260b532dfc6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 06:37:06 +0000 Subject: [PATCH] Update jira requirement from ~=3.0.0 to ~=3.5.2 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.5.2) --- 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..dffd619 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.5.2" logging-formatter-anticrlf = "~=1.2.1" [requires]