Skip to content

Commit

Permalink
Remove request lib along with it's dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ishans-crest committed Jan 3, 2024
1 parent fc5c7ad commit 9c9996a
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 41 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright (c) 2016-2022 Splunk Inc.
Copyright (c) 2016-2024 Splunk Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -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.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Splunk SOAR MaxMind
Copyright (c) 2016-2022 Splunk Inc.
Copyright (c) 2016-2024 Splunk Inc.

Third-party Software Attributions:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Minimum Product Version: 5\.2\.0
This app provides IP geolocation with the included MaxMind database

[comment]: # " File: README.md"
[comment]: # "Copyright (c) 2016-2022 Splunk Inc."
[comment]: # "Copyright (c) 2016-2024 Splunk Inc."
[comment]: # ""
[comment]: # "Licensed under the Apache License, Version 2.0 (the 'License');"
[comment]: # "you may not use this file except in compliance with the License."
Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: __init__.py
#
# Copyright (c) 2016-2022 Splunk Inc.
# Copyright (c) 2016-2024 Splunk Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion manual_readme_content.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[comment]: # " File: README.md"
[comment]: # "Copyright (c) 2016-2022 Splunk Inc."
[comment]: # "Copyright (c) 2016-2024 Splunk Inc."
[comment]: # ""
[comment]: # "Licensed under the Apache License, Version 2.0 (the 'License');"
[comment]: # "you may not use this file except in compliance with the License."
Expand Down
32 changes: 2 additions & 30 deletions maxmind.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,9 @@
"consolidate_widgets": false,
"logo": "logo_maxmind.svg",
"logo_dark": "logo_maxmind_dark.svg",
"license": "Copyright (c) 2016-2022 Splunk Inc.",
"license": "Copyright (c) 2016-2024 Splunk Inc.",
"pip_dependencies": {
"wheel": [
{
"module": "certifi",
"input_file": "wheels/shared/certifi-2019.11.28-py2.py3-none-any.whl"
},
{
"module": "chardet",
"input_file": "wheels/shared/chardet-4.0.0-py2.py3-none-any.whl"
},
{
"module": "geoip2",
"input_file": "wheels/shared/geoip2-2.9.0-py2.py3-none-any.whl"
Expand All @@ -51,10 +43,6 @@
"module": "idna",
"input_file": "wheels/shared/idna-2.8-py2.py3-none-any.whl"
},
{
"module": "ipaddress",
"input_file": "wheels/shared/ipaddress-1.0.23-py2.py3-none-any.whl"
},
{
"module": "maxminddb",
"input_file": "wheels/py2/maxminddb-1.5.1-py2-none-any.whl"
Expand All @@ -63,10 +51,6 @@
"module": "python_dateutil",
"input_file": "wheels/shared/python_dateutil-2.8.1-py2.py3-none-any.whl"
},
{
"module": "requests",
"input_file": "wheels/shared/requests-2.26.0-py2.py3-none-any.whl"
},
{
"module": "six",
"input_file": "wheels/shared/six-1.16.0-py2.py3-none-any.whl"
Expand All @@ -79,10 +63,6 @@
},
"pip3_dependencies": {
"wheel": [
{
"module": "certifi",
"input_file": "wheels/shared/certifi-2019.11.28-py2.py3-none-any.whl"
},
{
"module": "charset_normalizer",
"input_file": "wheels/py3/charset_normalizer-2.0.9-py3-none-any.whl"
Expand All @@ -91,10 +71,6 @@
"module": "geoip2",
"input_file": "wheels/shared/geoip2-2.9.0-py2.py3-none-any.whl"
},
{
"module": "idna",
"input_file": "wheels/shared/idna-2.8-py2.py3-none-any.whl"
},
{
"module": "maxminddb",
"input_file": "wheels/py3/maxminddb-1.5.1-py3-none-any.whl"
Expand All @@ -103,10 +79,6 @@
"module": "python_dateutil",
"input_file": "wheels/shared/python_dateutil-2.8.1-py2.py3-none-any.whl"
},
{
"module": "requests",
"input_file": "wheels/shared/requests-2.26.0-py2.py3-none-any.whl"
},
{
"module": "six",
"input_file": "wheels/shared/six-1.16.0-py2.py3-none-any.whl"
Expand Down Expand Up @@ -520,4 +492,4 @@
"versions": "EQ(*)"
}
]
}
}
2 changes: 1 addition & 1 deletion maxmind_connector.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: maxmind_connector.py
#
# Copyright (c) 2016-2022 Splunk Inc.
# Copyright (c) 2016-2024 Splunk Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion maxmind_consts.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File: maxmind_consts.py
#
# Copyright (c) 2016-2022 Splunk Inc.
# Copyright (c) 2016-2024 Splunk Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
certifi==2019.11.28
geoip2==2.9.0
idna==2.8
maxminddb==1.5.1
python-dateutil==2.8.1
requests==2.26.0
urllib3==1.26.6
Binary file removed wheels/py2/certifi-2019.11.28-py2.py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py2/chardet-3.0.4-py2.py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py2/idna-2.8-py2.py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py2/requests-2.26.0-py2.py3-none-any.whl
Binary file not shown.

0 comments on commit 9c9996a

Please sign in to comment.