From d8e10a2108b8fa582d224a3325055f17ebe18243 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 21:27:14 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20jira=20from=203.4.1=20to=203?= =?UTF-8?q?.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [jira](https://github.com/pycontribs/jira) from 3.4.1 to 3.8.0. - [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.4.1...3.8.0) --- updated-dependencies: - dependency-name: jira dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 ++++++----- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3fa388d4..83c28175 100644 --- a/poetry.lock +++ b/poetry.lock @@ -902,18 +902,19 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "jira" -version = "3.4.1" +version = "3.8.0" description = "Python library for interacting with JIRA via REST APIs." optional = false python-versions = ">=3.8" files = [ - {file = "jira-3.4.1-py3-none-any.whl", hash = "sha256:9b1286a3eada593bb1c83e12989dc2e7c796867523049fa6a680c3a2757e4d17"}, - {file = "jira-3.4.1.tar.gz", hash = "sha256:20e2df51cc686f663034543c4dec65783e9c721de6448b433d659d5c95b01c7b"}, + {file = "jira-3.8.0-py3-none-any.whl", hash = "sha256:12190dc84dad00b8a6c0341f7e8a254b0f38785afdec022bd5941e1184a5a3fb"}, + {file = "jira-3.8.0.tar.gz", hash = "sha256:63719c529a570aaa01c3373dbb5a104dab70381c5be447f6c27f997302fa335a"}, ] [package.dependencies] defusedxml = "*" packaging = "*" +Pillow = ">=2.1.0" requests = ">=2.10.0" requests-oauthlib = ">=1.1.0" requests-toolbelt = "*" @@ -924,7 +925,7 @@ async = ["requests-futures (>=0.9.7)"] cli = ["ipython (>=4.0.0)", "keyring"] docs = ["furo", "sphinx (>=5.0.0)", "sphinx-copybutton"] opt = ["PyJWT", "filemagic (>=1.6)", "requests-jwt", "requests-kerberos"] -test = ["MarkupSafe (>=0.23)", "PyYAML (>=5.1)", "docutils (>=0.12)", "flaky", "oauthlib", "parameterized (>=0.8.1)", "py (>=1.4)", "pytest (>=6.0.0)", "pytest-cache", "pytest-cov", "pytest-instafail", "pytest-sugar", "pytest-timeout (>=1.3.1)", "pytest-xdist (>=2.2)", "requests-mock", "requires.io", "tenacity", "wheel (>=0.24.0)", "xmlrunner (>=1.7.7)", "yanc (>=0.3.3)"] +test = ["MarkupSafe (>=0.23)", "PyYAML (>=5.1)", "docutils (>=0.12)", "flaky", "oauthlib", "parameterized (>=0.8.1)", "pytest (>=6.0.0)", "pytest-cache", "pytest-cov", "pytest-instafail", "pytest-sugar", "pytest-timeout (>=1.3.1)", "pytest-xdist (>=2.2)", "requests-mock", "requires.io", "tenacity", "wheel (>=0.24.0)", "yanc (>=0.3.3)"] [[package]] name = "jsonpath-ng" @@ -2498,4 +2499,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "cebc737e0948386edc9b6493404c11131243c735d71571d6630b5c56130dc266" +content-hash = "1b88e2f9cd86856b44e7fa70ad0ca81f06f4949540f75c3291c32b137c4c7fc2" diff --git a/pyproject.toml b/pyproject.toml index aeb1383f..36ea0e11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ azure-devops = "6.0.0b4" exceptiongroup = "^1.1.1" fastapi = "^0.95.1" git-url-parse = "^1.2.2" -jira = "3.4.1" +jira = "3.8.0" jsonpath-ng = "^1.5.3" openshift = "0.13.1" prometheus-client = "^0.16.0"