Skip to content

Commit

Permalink
bump minimal phantom app version
Browse files Browse the repository at this point in the history
  • Loading branch information
mctonderski-splunk committed Jun 18, 2024
1 parent 3b9c584 commit 42a8e1a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 12 deletions.
50 changes: 39 additions & 11 deletions jira.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"product_vendor": "Atlassian",
"product_name": "Jira",
"product_version_regex": ".*",
"min_phantom_version": "6.1.1",
"min_phantom_version": "6.2.1",
"latest_tested_versions": [
"On prem v8.21.0",
"Cloud Copyright (c) 2002 - 2023 Atlassian Corporation Pty Ltd."
Expand Down Expand Up @@ -10667,47 +10667,67 @@
"wheel": [
{
"module": "PyJWT",
"input_file": "wheels/py3/PyJWT-2.6.0-py3-none-any.whl"
"input_file": "wheels/py3/PyJWT-2.8.0-py3-none-any.whl"
},
{
"module": "beautifulsoup4",
"input_file": "wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl"
"input_file": "wheels/py3/beautifulsoup4-4.12.3-py3-none-any.whl"
},
{
"module": "certifi",
"input_file": "wheels/py3/certifi-2024.6.2-py3-none-any.whl"
},
{
"module": "charset_normalizer",
"input_file": "wheels/py39/charset_normalizer-3.3.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"
},
{
"module": "defusedxml",
"input_file": "wheels/shared/defusedxml-0.7.1-py2.py3-none-any.whl"
},
{
"module": "idna",
"input_file": "wheels/py3/idna-3.7-py3-none-any.whl"
},
{
"module": "jira",
"input_file": "wheels/py3/jira-3.5.0-py3-none-any.whl"
"input_file": "wheels/py3/jira-3.8.0-py3-none-any.whl"
},
{
"module": "oauthlib",
"input_file": "wheels/shared/oauthlib-3.1.0-py2.py3-none-any.whl"
"input_file": "wheels/py3/oauthlib-3.2.2-py3-none-any.whl"
},
{
"module": "packaging",
"input_file": "wheels/py3/packaging-24.0-py3-none-any.whl"
"input_file": "wheels/py3/packaging-24.1-py3-none-any.whl"
},
{
"module": "pbr",
"input_file": "wheels/shared/pbr-5.4.4-py2.py3-none-any.whl"
"input_file": "wheels/shared/pbr-6.0.0-py2.py3-none-any.whl"
},
{
"module": "pillow",
"input_file": "wheels/py39/pillow-10.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "python_dateutil",
"input_file": "wheels/shared/python_dateutil-2.8.1-py2.py3-none-any.whl"
"input_file": "wheels/shared/python_dateutil-2.9.0.post0-py2.py3-none-any.whl"
},
{
"module": "pytz",
"input_file": "wheels/shared/pytz-2021.1-py2.py3-none-any.whl"
"input_file": "wheels/shared/pytz-2024.1-py2.py3-none-any.whl"
},
{
"module": "requests",
"input_file": "wheels/py3/requests-2.32.3-py3-none-any.whl"
},
{
"module": "requests_oauthlib",
"input_file": "wheels/shared/requests_oauthlib-1.3.1-py2.py3-none-any.whl"
"input_file": "wheels/shared/requests_oauthlib-2.0.0-py2.py3-none-any.whl"
},
{
"module": "requests_toolbelt",
"input_file": "wheels/shared/requests_toolbelt-0.10.1-py2.py3-none-any.whl"
"input_file": "wheels/shared/requests_toolbelt-1.0.0-py2.py3-none-any.whl"
},
{
"module": "six",
Expand All @@ -10716,6 +10736,14 @@
{
"module": "soupsieve",
"input_file": "wheels/py3/soupsieve-2.5-py3-none-any.whl"
},
{
"module": "typing_extensions",
"input_file": "wheels/py3/typing_extensions-4.12.2-py3-none-any.whl"
},
{
"module": "urllib3",
"input_file": "wheels/py3/urllib3-2.2.2-py3-none-any.whl"
}
]
}
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ python-dateutil==2.9.0.post0
pytz==2024.1
requests_oauthlib==2.0.0
requests_toolbelt==1.0.0
urllib3==2.2.1

0 comments on commit 42a8e1a

Please sign in to comment.