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 73852fe commit 0353f9c
Showing 1 changed file with 32 additions and 13 deletions.
45 changes: 32 additions & 13 deletions requirements/dev.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=dev.txt dev.in
#
Expand Down Expand Up @@ -31,12 +31,14 @@ charset-normalizer==3.2.0
# via requests
click==8.1.6
# via pip-tools
coverage[toml]==7.2.7
coverage==7.2.7
# via
# -r tox.in
# pytest-cov
cryptography==41.0.2
# via autobahn
# via
# autobahn
# secretstorage
defusedxml==0.7.1
# via jira
dill==0.3.7
Expand Down Expand Up @@ -66,19 +68,31 @@ idna==3.4
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
# via sphinx
# via
# keyring
# sphinx
importlib-resources==6.0.0
# via keyring
iniconfig==2.0.0
# via pytest
isort==5.12.0
# via
# -r dev.in
# pylint
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via
# sphinx
# sphinx-js
jira==3.5.2
jira==3.0.1
# via -r tox.in
keyring==24.2.0
# via jira
lazy-object-proxy==1.9.0
# via astroid
markupsafe==2.0.1
Expand All @@ -89,12 +103,13 @@ mccabe==0.7.0
# via
# flake8
# pylint
more-itertools==10.0.0
# via jaraco-classes
oauthlib==3.2.2
# via requests-oauthlib
packaging==23.1
# via
# build
# jira
# pytest
# sphinx
parsimonious==0.10.0
Expand Down Expand Up @@ -131,7 +146,7 @@ pytest==6.2.5
# pytest-cov
# pytest-django
# pytest-pythonpath
pytest-cov==4.1.0
pytest-cov==2.12.1
# via -r tox.in
pytest-django==4.5.2
# via -r tox.in
Expand All @@ -153,6 +168,8 @@ requests-oauthlib==1.3.1
# via jira
requests-toolbelt==1.0.0
# via jira
secretstorage==3.3.3
# via keyring
snowballstemmer==2.2.0
# via
# pydocstyle
Expand Down Expand Up @@ -184,23 +201,23 @@ sphinxcontrib-serializinghtml==1.1.5
sqlparse==0.4.4
# via django
toml==0.10.2
# via pytest
# via
# pytest
# pytest-cov
tomli==2.0.1
# via
# build
# coverage
# pip-tools
# pylint
# pyproject-hooks
tomlkit==0.11.8
tomlkit==0.12.0
# via pylint
txaio==23.1.1
# via autobahn
typing-extensions==4.7.1
# via
# asgiref
# astroid
# jira
# pylint
urllib3==2.0.4
# via requests
Expand All @@ -209,7 +226,9 @@ wheel==0.41.0
wrapt==1.15.0
# via astroid
zipp==3.16.2
# via importlib-metadata
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit 0353f9c

Please sign in to comment.