From 2758ceaa0bf542a0113a6ada5fb86a3e2c5cc9ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 21:19:25 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20jira=20from=203.4.1=20to=203?= =?UTF-8?q?.6.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.6.0. - [Release notes](https://github.com/pycontribs/jira/releases) - [Commits](https://github.com/pycontribs/jira/compare/3.4.1...3.6.0) --- updated-dependencies: - dependency-name: jira dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 +++++++------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1412c482..72ec3d18 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "adr-tools-python" @@ -888,18 +888,19 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "jira" -version = "3.4.1" +version = "3.6.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.6.0-py3-none-any.whl", hash = "sha256:08b28388ee498542ebb6b05db87e6c46c37535c268717ccc23c84b377ea309fb"}, + {file = "jira-3.6.0.tar.gz", hash = "sha256:4c67497fe8dc2f60f1c4f7b33479f059c928bec3db9dcb5cd7b6a09b6ecc0942"}, ] [package.dependencies] defusedxml = "*" packaging = "*" +Pillow = ">=2.1.0" requests = ">=2.10.0" requests-oauthlib = ">=1.1.0" requests-toolbelt = "*" @@ -910,7 +911,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" @@ -2444,4 +2445,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "9a4415a31b6fa822c7b9b0b1d1a23ffc1684e6a672697e8a0a16274f6c85c08c" +content-hash = "c4cf69ad48b589283fd09c0979b228350c15a28e071d0da13ae8166944fda592" diff --git a/pyproject.toml b/pyproject.toml index 2cdbc117..f709f466 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.6.0" jsonpath-ng = "^1.5.3" openshift = "0.13.1" prometheus-client = "^0.16.0"