From 884c5bb5d2b4b4b9886f98a960fa22e932fd3500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 17:32:32 +0000 Subject: [PATCH] Update jira requirement from ~=3.0.0 to ~=3.8.0 Updates the requirements on [jira](https://github.com/pycontribs/jira) to permit the latest version. - [Release notes](https://github.com/pycontribs/jira/releases) - [Changelog](https://github.com/pycontribs/jira/blob/main/RELEASE.md) - [Commits](https://github.com/pycontribs/jira/compare/3.0...3.8.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..95e86ea 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.8.0" logging-formatter-anticrlf = "~=1.2.1" [requires]