From 093935df4dce3d7b7bfddb7341596dbb383175f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 14:47:09 +0000 Subject: [PATCH] chore(deps): bump pyinfra from 3.6.1 to 3.7 Bumps [pyinfra](https://github.com/pyinfra-dev/pyinfra) from 3.6.1 to 3.7. - [Release notes](https://github.com/pyinfra-dev/pyinfra/releases) - [Changelog](https://github.com/pyinfra-dev/pyinfra/blob/3.x/CHANGELOG.md) - [Commits](https://github.com/pyinfra-dev/pyinfra/compare/v3.6.1...v3.7) --- updated-dependencies: - dependency-name: pyinfra dependency-version: '3.7' 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 bc34942..8ca5fad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ license = { file = "LICENSE" } dependencies = [ "build==1.4.0", - "pyinfra==3.6.1", + "pyinfra==3.7", "pytest==9.0.2", "requests", ]