mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
chore(deps): bump urllib3 from 1.26.20 to 2.5.0 (#8063)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+106
-1
@@ -1,4 +1,4 @@
|
||||
# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand.
|
||||
# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand.
|
||||
|
||||
[[package]]
|
||||
name = "about-time"
|
||||
@@ -844,6 +844,28 @@ test = ["beautifulsoup4 (>=4.8.0)", "coverage (>=4.5.4)", "fixtures (>=3.0.0)",
|
||||
toml = ["tomli (>=1.1.0) ; python_version < \"3.11\""]
|
||||
yaml = ["PyYAML"]
|
||||
|
||||
[[package]]
|
||||
name = "bc-detect-secrets"
|
||||
version = "1.5.41"
|
||||
description = "Tool for detecting secrets in the codebase"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
groups = ["main"]
|
||||
markers = "python_version >= \"3.10\""
|
||||
files = [
|
||||
{file = "bc_detect_secrets-1.5.41-py3-none-any.whl", hash = "sha256:629df912f2a4f4d5039cc1fece906c34700586f7db1ae6a8d1c830c25df6db9b"},
|
||||
{file = "bc_detect_secrets-1.5.41.tar.gz", hash = "sha256:4bd08292a975bfc9b95771e118dd1131e1afbd479610eb29e4e0c15bd33677fc"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
pyyaml = "*"
|
||||
requests = "*"
|
||||
unidiff = "*"
|
||||
|
||||
[package.extras]
|
||||
gibberish = ["gibberish-detector"]
|
||||
word-list = ["pyahocorasick"]
|
||||
|
||||
[[package]]
|
||||
name = "bc-detect-secrets"
|
||||
version = "1.5.44"
|
||||
@@ -851,6 +873,7 @@ description = "Tool for detecting secrets in the codebase"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
groups = ["main"]
|
||||
markers = "python_version < \"3.10\""
|
||||
files = [
|
||||
{file = "bc_detect_secrets-1.5.44-py3-none-any.whl", hash = "sha256:0ab63d6c4f6680ec2dbe42cc3c63480568c55dbb6254afcc5bb6d4375a4e1d27"},
|
||||
{file = "bc_detect_secrets-1.5.44.tar.gz", hash = "sha256:bebd82c56055c600335f85db95f7ca3b434087f16292a0396a60705de1b94183"},
|
||||
@@ -1316,6 +1339,67 @@ files = [
|
||||
{file = "charset_normalizer-3.4.1.tar.gz", hash = "sha256:44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "checkov"
|
||||
version = "3.2.439"
|
||||
description = "Infrastructure as code static analysis"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
groups = ["main"]
|
||||
markers = "python_version >= \"3.10\""
|
||||
files = [
|
||||
{file = "checkov-3.2.439-py3-none-any.whl", hash = "sha256:ab3a6b58989c979a5a6c337282a33f372fc1158c73215e3f488adffb56133f6f"},
|
||||
{file = "checkov-3.2.439.tar.gz", hash = "sha256:31b0c1ea0cc99141cf333a20f6fff42d82130d5eb2ba12ef4e4e3b92c7bce68e"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
aiodns = ">=3.0.0,<4.0.0"
|
||||
aiohttp = ">=3.8.0,<4.0.0"
|
||||
aiomultiprocess = ">=0.9.0,<0.10.0"
|
||||
argcomplete = ">=3.0.0,<4.0.0"
|
||||
asteval = "1.0.5"
|
||||
bc-detect-secrets = "1.5.41"
|
||||
bc-jsonpath-ng = "1.6.1"
|
||||
bc-python-hcl2 = "0.4.2"
|
||||
boto3 = "1.35.49"
|
||||
cachetools = ">=5.2.0,<6.0.0"
|
||||
charset-normalizer = ">=3.1.0,<4.0.0"
|
||||
click = ">=8.1.0,<9.0.0"
|
||||
cloudsplaining = ">=0.7.0,<0.8.0"
|
||||
colorama = ">=0.4.3,<0.5.0"
|
||||
configargparse = ">=1.5.3,<2.0.0"
|
||||
cyclonedx-python-lib = ">=6.0.0,<8.0.0"
|
||||
docker = ">=6.0.1,<8.0.0"
|
||||
dockerfile-parse = ">=2.0.0,<3.0.0"
|
||||
dpath = "2.1.3"
|
||||
gitpython = ">=3.1.30,<4.0.0"
|
||||
importlib-metadata = ">=6.0.0,<8.0.0"
|
||||
jmespath = ">=1.0.0,<2.0.0"
|
||||
jsonschema = ">=4.17.0,<5.0.0"
|
||||
junit-xml = ">=1.9,<2.0"
|
||||
license-expression = ">=30.1.0,<31.0.0"
|
||||
networkx = "<2.7"
|
||||
packageurl-python = ">=0.11.1,<0.14.0"
|
||||
packaging = ">=23.0,<24.0"
|
||||
prettytable = ">=3.6.0,<4.0.0"
|
||||
pycep-parser = "0.5.1"
|
||||
pydantic = ">=2.0.0,<3.0.0"
|
||||
pyston = {version = "2.3.5", markers = "python_version < \"3.11\" and (sys_platform == \"linux\" or sys_platform == \"darwin\") and platform_machine == \"x86_64\" and implementation_name == \"cpython\""}
|
||||
pyston-autoload = {version = "2.3.5", markers = "python_version < \"3.11\" and (sys_platform == \"linux\" or sys_platform == \"darwin\") and platform_machine == \"x86_64\" and implementation_name == \"cpython\""}
|
||||
pyyaml = ">=6.0.0,<7.0.0"
|
||||
requests = ">=2.28.0,<3.0.0"
|
||||
rustworkx = ">=0.13.0,<1.0.0"
|
||||
schema = "<=0.7.5"
|
||||
spdx-tools = ">=0.8.0,<0.9.0"
|
||||
tabulate = ">=0.9.0,<0.10.0"
|
||||
termcolor = ">=1.1.0,<2.4.0"
|
||||
tqdm = ">=4.65.0,<5.0.0"
|
||||
typing-extensions = ">=4.5.0,<5.0.0"
|
||||
yarl = ">=1.9.1,<2.0.0"
|
||||
|
||||
[package.extras]
|
||||
dev = ["GitPython (==3.1.41)", "bandit", "coverage (==7.6.1)", "coverage-badge", "jsonschema", "pytest (<8.0.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "checkov"
|
||||
version = "3.2.442"
|
||||
@@ -1323,6 +1407,7 @@ description = "Infrastructure as code static analysis"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
groups = ["main"]
|
||||
markers = "python_version < \"3.10\""
|
||||
files = [
|
||||
{file = "checkov-3.2.442-py3-none-any.whl", hash = "sha256:e94a3283bff9b4a81e54e57b4a00b02259dec0d85b17bf17e00652d137bd1a6d"},
|
||||
{file = "checkov-3.2.442.tar.gz", hash = "sha256:e5206872de63d389cfb1b7c1212ce4b5a147986152e890461d87251726b4b0e7"},
|
||||
@@ -6211,6 +6296,7 @@ description = "HTTP library with thread-safe connection pooling, file post, and
|
||||
optional = false
|
||||
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
|
||||
groups = ["main", "dev", "docs"]
|
||||
markers = "python_version < \"3.10\""
|
||||
files = [
|
||||
{file = "urllib3-1.26.20-py2.py3-none-any.whl", hash = "sha256:0ed14ccfbf1c30a9072c7ca157e4319b70d65f623e91e7b32fadb2853431016e"},
|
||||
{file = "urllib3-1.26.20.tar.gz", hash = "sha256:40c2dc0c681e47eb8f90e7e27bf6ff7df2e677421fd46756da1161c39ca70d32"},
|
||||
@@ -6221,6 +6307,25 @@ brotli = ["brotli (==1.0.9) ; os_name != \"nt\" and python_version < \"3\" and p
|
||||
secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress ; python_version == \"2.7\"", "pyOpenSSL (>=0.14)", "urllib3-secure-extra"]
|
||||
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "urllib3"
|
||||
version = "2.5.0"
|
||||
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
||||
optional = false
|
||||
python-versions = ">=3.9"
|
||||
groups = ["main", "dev", "docs"]
|
||||
markers = "python_version >= \"3.10\""
|
||||
files = [
|
||||
{file = "urllib3-2.5.0-py3-none-any.whl", hash = "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc"},
|
||||
{file = "urllib3-2.5.0.tar.gz", hash = "sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760"},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
brotli = ["brotli (>=1.0.9) ; platform_python_implementation == \"CPython\"", "brotlicffi (>=0.8.0) ; platform_python_implementation != \"CPython\""]
|
||||
h2 = ["h2 (>=4,<5)"]
|
||||
socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"]
|
||||
zstd = ["zstandard (>=0.18.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "virtualenv"
|
||||
version = "20.31.2"
|
||||
|
||||
Reference in New Issue
Block a user