From 4da408d0aeebb81d8609843b334b6a4191239c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 19:50:29 +0000 Subject: [PATCH] Update jira requirement from ~=3.0.0 to ~=3.10.5 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.10.5) --- updated-dependencies: - dependency-name: jira dependency-version: 3.10.5 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 d80ff30..ba73748 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [packages] flask = "~=2.3.0" requests = "~=2.32.3" -jira = "~=3.0.0" +jira = "~=3.10.5" logging-formatter-anticrlf = "~=1.2.1" [dev-packages]