From 14047deb27de3f1ab35b647d3ade1d22268d2740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 11:44:34 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B1=20Bump=20pip-tools=20from=207.4.1?= =?UTF-8?q?=20to=207.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 7.4.1 to 7.5.0. - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md) - [Commits](https://github.com/jazzband/pip-tools/compare/7.4.1...v7.5.0) --- updated-dependencies: - dependency-name: pip-tools dependency-version: 7.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21e58564..3ebe592a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ requires-python = ">=3.12" [project.optional-dependencies] -dev = ["pytest-cov == 6.2.1", "bumpver == 2025.1131", "pip-tools == 7.4.1", "pytest == 8.4.1", "pytest-pydocstyle == 2.4.0", "pytest-isort == 4.0.0"] +dev = ["pytest-cov == 6.2.1", "bumpver == 2025.1131", "pip-tools == 7.5.0", "pytest == 8.4.1", "pytest-pydocstyle == 2.4.0", "pytest-isort == 4.0.0"] [project.urls] Homepage = "https://github.com/openmsa/python-sdk"