From 73852feb0ae559d0244713747e63834445656d60 Mon Sep 17 00:00:00 2001 From: Henning Kage Date: Thu, 27 Jul 2023 16:54:29 +0200 Subject: [PATCH] Pinned the jira requirement --- requirements/tox.in | 2 +- requirements/tox.txt | 39 ++++++++++++++++++++++++++++++--------- 2 files changed, 31 insertions(+), 10 deletions(-) diff --git a/requirements/tox.in b/requirements/tox.in index 5075aac..400206a 100644 --- a/requirements/tox.in +++ b/requirements/tox.in @@ -1,6 +1,6 @@ autobahn<21.2.2 coverage -jira +jira>=3.0,<3.1 pytest<7 pytest-django pytest-cov>=2,<3 diff --git a/requirements/tox.txt b/requirements/tox.txt index 5ca7048..21dbae0 100644 --- a/requirements/tox.txt +++ b/requirements/tox.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.8 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.8 +# by the following command: # # pip-compile --output-file=tox.txt tox.in # @@ -20,7 +20,9 @@ coverage==7.2.7 # -r tox.in # pytest-cov cryptography==41.0.2 - # via autobahn + # via + # autobahn + # secretstorage defusedxml==0.7.1 # via jira hyperlink==21.0.0 @@ -29,16 +31,28 @@ idna==3.4 # via # hyperlink # requests +importlib-metadata==6.8.0 + # via keyring +importlib-resources==6.0.0 + # via keyring iniconfig==2.0.0 # via pytest -jira==3.5.2 +jaraco-classes==3.3.0 + # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage +jira==3.0.1 # via -r tox.in +keyring==24.2.0 + # via jira +more-itertools==10.0.0 + # via jaraco-classes oauthlib==3.2.2 # via requests-oauthlib packaging==23.1 - # via - # jira - # pytest + # via pytest pluggy==1.2.0 # via pytest py==1.11.0 @@ -66,13 +80,20 @@ requests-oauthlib==1.3.1 # via jira requests-toolbelt==1.0.0 # via jira +secretstorage==3.3.3 + # via keyring toml==0.10.2 # via # pytest # pytest-cov txaio==23.1.1 # via autobahn -typing-extensions==4.7.1 - # via jira urllib3==2.0.4 # via requests +zipp==3.16.2 + # via + # importlib-metadata + # importlib-resources + +# The following packages are considered to be unsafe in a requirements file: +# setuptools