Skip to content

Commit

Permalink
Added requirements as needed to keep correct urllib and requests vers…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
bb-splunk committed Feb 13, 2024
1 parent 58db219 commit 985e142
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 6 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
beautifulsoup4==4.9.1
pywinrm==0.4.3
requests==2.31.0
urllib3<=2.0.0
xmltodict==0.13.0
Binary file removed wheels/py3/certifi-2023.7.22-py3-none-any.whl
Binary file not shown.
Binary file added wheels/py3/certifi-2024.2.2-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file removed wheels/py3/idna-3.4-py3-none-any.whl
Binary file not shown.
Binary file added wheels/py3/idna-3.6-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/urllib3-2.0.7-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 not shown.
16 changes: 10 additions & 6 deletions winrm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3309,23 +3309,23 @@
},
{
"module": "certifi",
"input_file": "wheels/py3/certifi-2023.7.22-py3-none-any.whl"
"input_file": "wheels/py3/certifi-2024.2.2-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"
"input_file": "wheels/py39/cffi-1.16.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"
},
{
"module": "charset_normalizer",
"input_file": "wheels/py39/charset_normalizer-3.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"input_file": "wheels/py39/charset_normalizer-3.3.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"
},
{
"module": "cryptography",
"input_file": "wheels/py3/cryptography-41.0.5-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"input_file": "wheels/py39/cryptography-42.0.2-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"
},
{
"module": "idna",
"input_file": "wheels/py3/idna-3.4-py3-none-any.whl"
"input_file": "wheels/py3/idna-3.6-py3-none-any.whl"
},
{
"module": "pycparser",
Expand All @@ -3339,6 +3339,10 @@
"module": "pywinrm",
"input_file": "wheels/shared/pywinrm-0.4.3-py2.py3-none-any.whl"
},
{
"module": "requests",
"input_file": "wheels/py3/requests-2.31.0-py3-none-any.whl"
},
{
"module": "requests_ntlm",
"input_file": "wheels/py3/requests_ntlm-1.2.0-py3-none-any.whl"
Expand All @@ -3353,7 +3357,7 @@
},
{
"module": "urllib3",
"input_file": "wheels/py3/urllib3-2.0.7-py3-none-any.whl"
"input_file": "wheels/shared/urllib3-1.26.18-py2.py3-none-any.whl"
},
{
"module": "xmltodict",
Expand Down

0 comments on commit 985e142

Please sign in to comment.