Skip to content

Commit

Permalink
Remove requests, certifi and other related packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ishans-crest committed Jan 19, 2024
1 parent 1603adb commit fe9c306
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 38 deletions.
5 changes: 0 additions & 5 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,3 @@ Copyright 2013-2014 Alexandre Dulaunoy
Copyright 2013-2014 CIRCL
Copyright 2013-2014 Rapha
Copyright 2014 Koen Van Impe

Library: requests
Version: 2.25.0
License: Apache 2.0
Kenneth Reitz
32 changes: 0 additions & 32 deletions misp.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,10 @@
"module": "cachetools",
"input_file": "wheels/py3/cachetools-4.2.2-py3-none-any.whl"
},
{
"module": "certifi",
"input_file": "wheels/py3/certifi-2023.11.17-py3-none-any.whl"
},
{
"module": "charset_normalizer",
"input_file": "wheels/py3/charset_normalizer-2.0.12-py3-none-any.whl"
},
{
"module": "idna",
"input_file": "wheels/py3/idna-3.6-py3-none-any.whl"
},
{
"module": "importlib_metadata",
"input_file": "wheels/py3/importlib_metadata-4.8.3-py3-none-any.whl"
Expand All @@ -70,10 +62,6 @@
"module": "python_dateutil",
"input_file": "wheels/shared/python_dateutil-2.8.2-py2.py3-none-any.whl"
},
{
"module": "requests",
"input_file": "wheels/shared/requests-2.27.1-py2.py3-none-any.whl"
},
{
"module": "setuptools",
"input_file": "wheels/py3/setuptools-59.6.0-py3-none-any.whl"
Expand All @@ -90,10 +78,6 @@
"module": "typing_extensions",
"input_file": "wheels/py3/typing_extensions-4.1.1-py3-none-any.whl"
},
{
"module": "urllib3",
"input_file": "wheels/shared/urllib3-1.26.18-py2.py3-none-any.whl"
},
{
"module": "wrapt",
"input_file": "wheels/py36/wrapt-1.16.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
Expand Down Expand Up @@ -2400,18 +2384,10 @@
"module": "cachetools",
"input_file": "wheels/py3/cachetools-4.2.2-py3-none-any.whl"
},
{
"module": "certifi",
"input_file": "wheels/py3/certifi-2023.11.17-py3-none-any.whl"
},
{
"module": "charset_normalizer",
"input_file": "wheels/py39/charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "idna",
"input_file": "wheels/py3/idna-3.6-py3-none-any.whl"
},
{
"module": "jsonschema",
"input_file": "wheels/shared/jsonschema-3.2.0-py2.py3-none-any.whl"
Expand All @@ -2428,10 +2404,6 @@
"module": "python_dateutil",
"input_file": "wheels/shared/python_dateutil-2.8.2-py2.py3-none-any.whl"
},
{
"module": "requests",
"input_file": "wheels/py3/requests-2.31.0-py3-none-any.whl"
},
{
"module": "setuptools",
"input_file": "wheels/py3/setuptools-69.0.2-py3-none-any.whl"
Expand All @@ -2444,10 +2416,6 @@
"module": "soupsieve",
"input_file": "wheels/py3/soupsieve-2.5-py3-none-any.whl"
},
{
"module": "urllib3",
"input_file": "wheels/py3/urllib3-2.1.0-py3-none-any.whl"
},
{
"module": "wrapt",
"input_file": "wheels/py39/wrapt-1.16.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
Expand Down
1 change: 0 additions & 1 deletion release_notes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
**Unreleased**
* Updated requests, certifi dependencies in order to use platform packages [PAPP-31096, PAPP-30822]

Binary file removed wheels/py3/certifi-2023.11.17-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/idna-3.6-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 removed wheels/py3/urllib3-2.1.0-py3-none-any.whl
Binary file not shown.

0 comments on commit fe9c306

Please sign in to comment.