Skip to content

Commit

Permalink
Fix urllib version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ishans-crest committed Jan 3, 2024
1 parent 40c86cd commit c04f888
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 51 deletions.
54 changes: 3 additions & 51 deletions maxmind.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,10 @@
"license": "Copyright (c) 2016-2022 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"
},
{
"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"
Expand All @@ -63,38 +51,22 @@
"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"
},
{
"module": "urllib3",
"input_file": "wheels/shared/urllib3-1.26.6-py2.py3-none-any.whl"
"input_file": "wheels/shared/urllib3-1.26.18-py2.py3-none-any.whl"
}
]
},
"pip3_dependencies": {
"wheel": [
{
"module": "certifi",
"input_file": "wheels/py3/certifi-2022.12.7-py3-none-any.whl"
},
{
"module": "charset_normalizer",
"input_file": "wheels/py3/charset_normalizer-2.0.12-py3-none-any.whl"
},
{
"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,17 +75,13 @@
"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.27.1-py2.py3-none-any.whl"
},
{
"module": "six",
"input_file": "wheels/shared/six-1.16.0-py2.py3-none-any.whl"
},
{
"module": "urllib3",
"input_file": "wheels/shared/urllib3-1.26.6-py2.py3-none-any.whl"
"input_file": "wheels/shared/urllib3-1.26.18-py2.py3-none-any.whl"
}
]
},
Expand Down Expand Up @@ -522,22 +490,10 @@
],
"pip39_dependencies": {
"wheel": [
{
"module": "certifi",
"input_file": "wheels/py3/certifi-2022.12.7-py3-none-any.whl"
},
{
"module": "charset_normalizer",
"input_file": "wheels/py39/charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"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 @@ -546,17 +502,13 @@
"module": "python_dateutil",
"input_file": "wheels/shared/python_dateutil-2.8.1-py2.py3-none-any.whl"
},
{
"module": "requests",
"input_file": "wheels/py3/requests-2.31.0-py3-none-any.whl"
},
{
"module": "six",
"input_file": "wheels/shared/six-1.16.0-py2.py3-none-any.whl"
},
{
"module": "urllib3",
"input_file": "wheels/shared/urllib3-1.26.6-py2.py3-none-any.whl"
"input_file": "wheels/shared/urllib3-1.26.18-py2.py3-none-any.whl"
}
]
}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed wheels/shared/urllib3-1.26.6-py2.py3-none-any.whl
Binary file not shown.

0 comments on commit c04f888

Please sign in to comment.