From 37f26dd3e16152338691705e218a3e0a9a719d86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 22:04:37 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 9 updates Updates the requirements on [certifi](https://github.com/certifi/python-certifi), [charset-normalizer](https://github.com/jawah/charset_normalizer), [idna](https://github.com/kjd/idna), [python-dotenv](https://github.com/theskumar/python-dotenv), [pywin32](https://github.com/mhammond/pywin32), [requests](https://github.com/psf/requests), [urllib3](https://github.com/urllib3/urllib3), [coverage](https://github.com/coveragepy/coveragepy) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `certifi` to 2026.6.17 - [Commits](https://github.com/certifi/python-certifi/compare/2025.01.31...2026.06.17) Updates `charset-normalizer` to 3.4.7 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.1...3.4.7) Updates `idna` to 3.18 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.10...v3.18) Updates `python-dotenv` to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.1.0...v1.2.2) Updates `pywin32` to 312 - [Release notes](https://github.com/mhammond/pywin32/releases) - [Changelog](https://github.com/mhammond/pywin32/blob/main/CHANGES.md) - [Commits](https://github.com/mhammond/pywin32/commits) Updates `requests` to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.34.2) Updates `urllib3` to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.4.0...2.7.0) Updates `coverage` to 7.14.3 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.0.0...7.14.3) Updates `ruff` to 0.15.20 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.7...0.15.20) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.6.17 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: charset-normalizer dependency-version: 3.4.7 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: coverage dependency-version: 7.14.3 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: idna dependency-version: '3.18' dependency-type: direct:production dependency-group: python-dependencies - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pywin32 dependency-version: '312' dependency-type: direct:production dependency-group: python-dependencies - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f090a14..fdf7c40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,14 +36,14 @@ version = "1.2.0" description = "Vulnerability Identification, Scanning and Reporting" requires-python = ">=3.12" dependencies = [ - "certifi>=2025.1.31", - "charset-normalizer>=3.4.1", + "certifi>=2026.6.17", + "charset-normalizer>=3.4.7", "docker>=7.1.0", - "idna>=3.10", - "python-dotenv>=1.1.0", - "pywin32>=310; sys_platform == 'win32'", - "requests>=2.32.3", - "urllib3>=2.4.0", + "idna>=3.18", + "python-dotenv>=1.2.2", + "pywin32>=312; sys_platform == 'win32'", + "requests>=2.34.2", + "urllib3>=2.7.0", ] [project.scripts] @@ -61,7 +61,7 @@ line-length = 88 [dependency-groups] dev = [ - "coverage>=7.0", - "ruff>=0.15.7", + "coverage>=7.14.3", + "ruff>=0.15.20", ] # uv manages the virtual environment at .venv in the project root