Commit 1fc8195d authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

build: upgrade urllib3 (fix CVE)

parent 44382068
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -699,23 +699,23 @@ markers = {main = "python_version == \"3.12\""}

[[package]]
name = "urllib3"
version = "2.5.0"
version = "2.6.2"
description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
    {file = "urllib3-2.5.0-py3-none-any.whl", hash = "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc"},
    {file = "urllib3-2.5.0.tar.gz", hash = "sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760"},
    {file = "urllib3-2.6.2-py3-none-any.whl", hash = "sha256:ec21cddfe7724fc7cb4ba4bea7aa8e2ef36f607a4bab81aa6ce42a13dc3f03dd"},
    {file = "urllib3-2.6.2.tar.gz", hash = "sha256:016f9c98bb7e98085cb2b4b17b87d2c702975664e4f060c6532e64d1c1a5e797"},
]

[package.extras]
brotli = ["brotli (>=1.0.9) ; platform_python_implementation == \"CPython\"", "brotlicffi (>=0.8.0) ; platform_python_implementation != \"CPython\""]
brotli = ["brotli (>=1.2.0) ; platform_python_implementation == \"CPython\"", "brotlicffi (>=1.2.0.0) ; platform_python_implementation != \"CPython\""]
h2 = ["h2 (>=4,<5)"]
socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"]
zstd = ["zstandard (>=0.18.0)"]
zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""]

[metadata]
lock-version = "2.1"
python-versions = ">=3.12,<4.0"
content-hash = "81bd6a247fbc3353291b926e0a489904861c47980d39ec0d6568db884721d700"
content-hash = "903604bcea2dbc5ffa34d5ad2ad2d3700a3f3d589b21ee5642334b7520fe26f0"
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ license = "MIT"
license-files = ["LICENSE.txt"]
readme = "README.md"
requires-python = ">=3.12,<4.0"
dependencies = ["requests (>=2.32.5,<4.0.0)", "cyclonedx-python-lib (>=11.1.0,<12.0.0)"]
dependencies = ["requests (>=2.32.5,<4.0.0)", "urllib3 (>=2.6.0,<3.0.0)", "cyclonedx-python-lib (>=11.1.0,<12.0.0)"]
keywords = ['tool', 'sbom', 'dependency track']
classifiers = [
  "Development Status :: 4 - Beta",