From dcfc99693d0fa94138883aff0da9e4fffcf7b82f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 15:22:55 +0000 Subject: [PATCH] chore(deps): update dependency urllib3 to v2.3.0 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 72328496..7fff27ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.12" keywords = [ "software supply chain", "ssc", "dependencies", "npm",] classifiers = [ "Intended Audience :: Developers", "Topic :: Software Development :: Build Tools", "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",] -dependencies = [ "attrs == 24.2.0", "cattrs == 24.1.2", "certifi == 2024.8.30", "charset-normalizer == 3.4.0", "exceptiongroup == 1.2.2", "GitPython == 3.1.43", "idna == 3.10", "markdown-it-py == 3.0.0", "numpy == 2.1.2", "pandas == 2.2.3", "platformdirs == 4.3.6", "pytest == 8.3.3", "python-dateutil == 2.9.0.post0", "pytz == 2024.2", "PyYAML == 6.0.2", "requests == 2.32.3", "requests-cache == 1.2.1", "six == 1.16.0", "tabulate == 0.9.0", "tqdm == 4.66.5", "typing_extensions == 4.12.2", "tzdata == 2024.2", "url-normalize == 1.4.3", "urllib3 == 2.2.3", "xmltodict == 0.14.2",] +dependencies = [ "attrs == 24.2.0", "cattrs == 24.1.2", "certifi == 2024.8.30", "charset-normalizer == 3.4.0", "exceptiongroup == 1.2.2", "GitPython == 3.1.43", "idna == 3.10", "markdown-it-py == 3.0.0", "numpy == 2.1.2", "pandas == 2.2.3", "platformdirs == 4.3.6", "pytest == 8.3.3", "python-dateutil == 2.9.0.post0", "pytz == 2024.2", "PyYAML == 6.0.2", "requests == 2.32.3", "requests-cache == 1.2.1", "six == 1.16.0", "tabulate == 0.9.0", "tqdm == 4.66.5", "typing_extensions == 4.12.2", "tzdata == 2024.2", "url-normalize == 1.4.3", "urllib3 ==2.3.0", "xmltodict == 0.14.2",] [[project.authors]] name = "Raphina Liu" email = "raphina@kth.se" diff --git a/requirements.txt b/requirements.txt index a4fb8630..3bf7e5a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,5 +21,5 @@ tqdm==4.66.5 typing_extensions==4.12.2 tzdata==2024.2 url-normalize==1.4.3 -urllib3==2.2.3 +urllib3==2.3.0 xmltodict==0.14.2