Skip to content

Commit

Permalink
Updating wheel files
Browse files Browse the repository at this point in the history
  • Loading branch information
bbielinski-splunk committed Feb 5, 2024
1 parent 7f61cb6 commit edd67d2
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 28 deletions.
26 changes: 3 additions & 23 deletions jira.json
Original file line number Diff line number Diff line change
Expand Up @@ -10673,30 +10673,18 @@
"module": "beautifulsoup4",
"input_file": "wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl"
},
{
"module": "certifi",
"input_file": "wheels/py3/certifi-2023.11.17-py3-none-any.whl"
},
{
"module": "cffi",
"input_file": "wheels/py39/cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "charset_normalizer",
"input_file": "wheels/py39/charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"input_file": "wheels/py39/cffi-1.16.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"
},
{
"module": "cryptography",
"input_file": "wheels/py3/cryptography-41.0.6-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"input_file": "wheels/py36/cryptography-40.0.2-cp36-abi3-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.6-py3-none-any.whl"
},
{
"module": "jira",
"input_file": "wheels/py3/jira-3.5.0-py3-none-any.whl"
Expand All @@ -10715,7 +10703,7 @@
},
{
"module": "pyOpenSSL",
"input_file": "wheels/py3/pyOpenSSL-23.3.0-py3-none-any.whl"
"input_file": "wheels/py3/pyOpenSSL-23.1.1-py3-none-any.whl"
},
{
"module": "pycparser",
Expand Down Expand Up @@ -10744,14 +10732,6 @@
{
"module": "soupsieve",
"input_file": "wheels/py3/soupsieve-2.5-py3-none-any.whl"
},
{
"module": "typing_extensions",
"input_file": "wheels/py3/typing_extensions-4.9.0-py3-none-any.whl"
},
{
"module": "urllib3",
"input_file": "wheels/shared/urllib3-1.26.18-py2.py3-none-any.whl"
}
]
}
Expand Down
6 changes: 1 addition & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
beautifulsoup4==4.9.1
cryptography==41.0.6
jira==3.5.0
oauthlib==3.1.0
pbr==5.4.4
PyJWT==2.6.0
pyOpenSSL==23.3.0
pyOpenSSL==23.1.1
python-dateutil==2.8.1
pytz==2021.1
requests_oauthlib==1.3.1
requests_toolbelt==0.10.1
# Freezing urllib3 version because without it the unsupported 2.0 version is
# installed by default as a sub-dependency
urllib3==1.26.18
Binary file removed wheels/py3/certifi-2023.11.17-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file removed wheels/py3/idna-3.6-py3-none-any.whl
Binary file not shown.
Binary file added wheels/py3/pyOpenSSL-23.1.1-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/pyOpenSSL-23.3.0-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/requests-2.31.0-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed wheels/shared/urllib3-1.26.18-py2.py3-none-any.whl
Binary file not shown.

0 comments on commit edd67d2

Please sign in to comment.