Skip to content

Commit

Permalink
Removed requests, certifi modules - PAPP-31096, PAPP-30822
Browse files Browse the repository at this point in the history
  • Loading branch information
achandya-crest committed Mar 21, 2024
1 parent 7f0e05c commit 7918a0c
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v1.16
rev: v1.17
hooks:
- id: org-hook
- id: package-app-dependencies
Expand Down
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.
12 changes: 2 additions & 10 deletions gsgmail.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"latest_tested_versions": [
"Cloud, May 26, 2023"
],
"app_version": "2.5.1",
"app_version": "2.5.2",
"product_version_regex": ".*",
"license": "Copyright (c) 2017-2024 Splunk Inc.",
"utctime_updated": "2024-03-18T08:57:36.000000Z",
Expand All @@ -30,10 +30,6 @@
"module": "cachetools",
"input_file": "wheels/py3/cachetools-4.0.0-py3-none-any.whl"
},
{
"module": "certifi",
"input_file": "wheels/py3/certifi-2022.12.7-py3-none-any.whl"
},
{
"module": "chardet",
"input_file": "wheels/shared/chardet-3.0.4-py2.py3-none-any.whl"
Expand Down Expand Up @@ -101,10 +97,6 @@
{
"module": "uritemplate",
"input_file": "wheels/shared/uritemplate-3.0.1-py2.py3-none-any.whl"
},
{
"module": "urllib3",
"input_file": "wheels/shared/urllib3-1.26.13-py2.py3-none-any.whl"
}
]
},
Expand Down Expand Up @@ -1349,7 +1341,7 @@
},
{
"module": "pyparsing",
"input_file": "wheels/py3/pyparsing-3.0.9-py3-none-any.whl"
"input_file": "wheels/py3/pyparsing-3.1.2-py3-none-any.whl"
},
{
"module": "python_magic",
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 certifi, urllib3 dependencies in order to use platform packages [PAPP-31096]
Binary file removed wheels/py3/certifi-2022.12.7-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/pyparsing-3.0.9-py3-none-any.whl
Binary file not shown.
Binary file added wheels/py3/pyparsing-3.1.2-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 7918a0c

Please sign in to comment.