Skip to content

Commit

Permalink
Pinned the jira requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
hkage committed Jul 27, 2023
1 parent b55dd74 commit 73852fe
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 10 deletions.
2 changes: 1 addition & 1 deletion requirements/tox.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
autobahn<21.2.2
coverage
jira
jira>=3.0,<3.1
pytest<7
pytest-django
pytest-cov>=2,<3
Expand Down
39 changes: 30 additions & 9 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
@@ -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
#
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 73852fe

Please sign in to comment.