Permalink
Cannot retrieve contributors at this time
79 lines (69 sloc)
2.86 KB
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
codeql-action/python-setup/tests/poetry/python-3.8/poetry.lock
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. | |
[[package]] | |
name = "certifi" | |
version = "2023.7.22" | |
description = "Python package for providing Mozilla's CA Bundle." | |
optional = false | |
python-versions = ">=3.6" | |
files = [ | |
{file = "certifi-2023.7.22-py3-none-any.whl", hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9"}, | |
{file = "certifi-2023.7.22.tar.gz", hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"}, | |
] | |
[[package]] | |
name = "charset-normalizer" | |
version = "2.0.7" | |
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." | |
optional = false | |
python-versions = ">=3.5.0" | |
files = [ | |
{file = "charset-normalizer-2.0.7.tar.gz", hash = "sha256:e019de665e2bcf9c2b64e2e5aa025fa991da8720daa3c1138cadd2fd1856aed0"}, | |
{file = "charset_normalizer-2.0.7-py3-none-any.whl", hash = "sha256:f7af805c321bfa1ce6714c51f254e0d5bb5e5834039bc17db7ebe3a4cec9492b"}, | |
] | |
[package.extras] | |
unicode-backport = ["unicodedata2"] | |
[[package]] | |
name = "idna" | |
version = "3.3" | |
description = "Internationalized Domain Names in Applications (IDNA)" | |
optional = false | |
python-versions = ">=3.5" | |
files = [ | |
{file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"}, | |
{file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"}, | |
] | |
[[package]] | |
name = "requests" | |
version = "2.31.0" | |
description = "Python HTTP for Humans." | |
optional = false | |
python-versions = ">=3.7" | |
files = [ | |
{file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, | |
{file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, | |
] | |
[package.dependencies] | |
certifi = ">=2017.4.17" | |
charset-normalizer = ">=2,<4" | |
idna = ">=2.5,<4" | |
urllib3 = ">=1.21.1,<3" | |
[package.extras] | |
socks = ["PySocks (>=1.5.6,!=1.5.7)"] | |
use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] | |
[[package]] | |
name = "urllib3" | |
version = "1.26.7" | |
description = "HTTP library with thread-safe connection pooling, file post, and more." | |
optional = false | |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" | |
files = [ | |
{file = "urllib3-1.26.7-py2.py3-none-any.whl", hash = "sha256:c4fdf4019605b6e5423637e01bc9fe4daef873709a7973e195ceba0a62bbc844"}, | |
{file = "urllib3-1.26.7.tar.gz", hash = "sha256:4987c65554f7a2dbf30c18fd48778ef124af6fab771a377103da0585e2336ece"}, | |
] | |
[package.extras] | |
brotli = ["brotlipy (>=0.6.0)"] | |
secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)"] | |
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] | |
[metadata] | |
lock-version = "2.0" | |
python-versions = "^3.8" | |
content-hash = "fabc9cabf9f18437e7b9ea3dbd1895a5a118239c17b3d097c465a290707e6bfd" |