mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 09:10:07 +08:00
The requests module 1.2.3 is no longer compatible with python >=3.10.0. So, instead use 2.26.0, the most recent version that is compatible with our supported python versions at the time of this commit.
61 lines
2.1 KiB
JSON
61 lines
2.1 KiB
JSON
{
|
|
"_meta": {
|
|
"hash": {
|
|
"sha256": "cbd95e61b2b1e90be5379b643dfef7e88a1a4359e9a76803c2ca09b0caa83525"
|
|
},
|
|
"pipfile-spec": 6,
|
|
"requires": {
|
|
"python_version": "3.8"
|
|
},
|
|
"sources": [
|
|
{
|
|
"name": "pypi",
|
|
"url": "https://pypi.org/simple",
|
|
"verify_ssl": true
|
|
}
|
|
]
|
|
},
|
|
"default": {
|
|
"certifi": {
|
|
"hashes": [
|
|
"sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872",
|
|
"sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569"
|
|
],
|
|
"version": "==2021.10.8"
|
|
},
|
|
"charset-normalizer": {
|
|
"hashes": [
|
|
"sha256:e019de665e2bcf9c2b64e2e5aa025fa991da8720daa3c1138cadd2fd1856aed0",
|
|
"sha256:f7af805c321bfa1ce6714c51f254e0d5bb5e5834039bc17db7ebe3a4cec9492b"
|
|
],
|
|
"markers": "python_version >= '3'",
|
|
"version": "==2.0.7"
|
|
},
|
|
"idna": {
|
|
"hashes": [
|
|
"sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff",
|
|
"sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"
|
|
],
|
|
"markers": "python_version >= '3'",
|
|
"version": "==3.3"
|
|
},
|
|
"requests": {
|
|
"hashes": [
|
|
"sha256:6c1246513ecd5ecd4528a0906f910e8f0f9c6b8ec72030dc9fd154dc1a6efd24",
|
|
"sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7"
|
|
],
|
|
"index": "pypi",
|
|
"version": "==2.26.0"
|
|
},
|
|
"urllib3": {
|
|
"hashes": [
|
|
"sha256:4987c65554f7a2dbf30c18fd48778ef124af6fab771a377103da0585e2336ece",
|
|
"sha256:c4fdf4019605b6e5423637e01bc9fe4daef873709a7973e195ceba0a62bbc844"
|
|
],
|
|
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'",
|
|
"version": "==1.26.7"
|
|
}
|
|
},
|
|
"develop": {}
|
|
}
|