Skip to content

Commit

Permalink
Updated requests modules
Browse files Browse the repository at this point in the history
  • Loading branch information
achandya-crest committed Nov 30, 2023
1 parent 8e4190d commit d64b4c7
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 50 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
7 changes: 0 additions & 7 deletions exclude_files.txt

This file was deleted.

42 changes: 1 addition & 41 deletions microsoftsqlserver.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"product_version_regex": ".*",
"publisher": "Splunk",
"license": "Copyright (c) 2017-2022 Splunk Inc.",
"app_version": "2.3.0",
"app_version": "2.3.1",
"utctime_updated": "2022-02-03T21:25:38.000000Z",
"package_name": "phantom_microsoftsqlserver",
"main_module": "microsoftsqlserver_connector.py",
Expand Down Expand Up @@ -892,57 +892,17 @@
],
"pip_dependencies": {
"wheel": [
{
"module": "certifi",
"input_file": "wheels/py3/certifi-2022.9.24-py3-none-any.whl"
},
{
"module": "chardet",
"input_file": "wheels/shared/chardet-3.0.4-py2.py3-none-any.whl"
},
{
"module": "idna",
"input_file": "wheels/shared/idna-2.10-py2.py3-none-any.whl"
},
{
"module": "pymssql",
"input_file": "wheels/py36/pymssql-2.2.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "requests",
"input_file": "wheels/shared/requests-2.25.0-py2.py3-none-any.whl"
},
{
"module": "urllib3",
"input_file": "wheels/shared/urllib3-1.26.13-py2.py3-none-any.whl"
}
]
},
"pip39_dependencies": {
"wheel": [
{
"module": "certifi",
"input_file": "wheels/py3/certifi-2022.9.24-py3-none-any.whl"
},
{
"module": "chardet",
"input_file": "wheels/shared/chardet-3.0.4-py2.py3-none-any.whl"
},
{
"module": "idna",
"input_file": "wheels/shared/idna-2.10-py2.py3-none-any.whl"
},
{
"module": "pymssql",
"input_file": "wheels/py39/pymssql-2.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "requests",
"input_file": "wheels/shared/requests-2.25.0-py2.py3-none-any.whl"
},
{
"module": "urllib3",
"input_file": "wheels/shared/urllib3-1.26.13-py2.py3-none-any.whl"
}
]
}
Expand Down
1 change: 1 addition & 0 deletions release_notes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
**Unreleased**
* Updated requests dependencies in order to use platform packages [PAPP-30822]
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
pymssql==2.2.5
requests==2.25.0
Binary file removed wheels/py3/certifi-2022.9.24-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/shared/chardet-3.0.4-py2.py3-none-any.whl
Binary file not shown.
Binary file removed wheels/shared/idna-2.10-py2.py3-none-any.whl
Binary file not shown.
Binary file removed wheels/shared/requests-2.25.0-py2.py3-none-any.whl
Binary file not shown.
Binary file removed wheels/shared/urllib3-1.26.13-py2.py3-none-any.whl
Binary file not shown.

0 comments on commit d64b4c7

Please sign in to comment.