From 000ef2208a437812788299849378ff291ae3bc46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 14:23:54 +0000 Subject: [PATCH] Bump patch-ng from 1.19.0 to 1.19.1 Bumps [patch-ng](https://github.com/conan-io/python-patch) from 1.19.0 to 1.19.1. - [Release notes](https://github.com/conan-io/python-patch/releases) - [Changelog](https://github.com/conan-io/python-patch-ng/blob/master/doc/CHANGES.md) - [Commits](https://github.com/conan-io/python-patch/compare/1.19.0...1.19.1) --- updated-dependencies: - dependency-name: patch-ng dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 7 ++++--- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2834c3c3..f5bec698 100644 --- a/poetry.lock +++ b/poetry.lock @@ -904,13 +904,14 @@ files = [ [[package]] name = "patch-ng" -version = "1.19.0" +version = "1.19.1" description = "Library to parse and apply unified diffs." optional = false python-versions = ">=3.6" groups = ["main"] files = [ - {file = "patch-ng-1.19.0.tar.gz", hash = "sha256:27484792f4ac1c15fe2f3e4cecf74bb9833d33b75c715b71d199f7e1e7d1f786"}, + {file = "patch_ng-1.19.1-py3-none-any.whl", hash = "sha256:d45fd47b3f74b48c3e336690341876bb26244a077a06f5f7e6e47c19c15c1ca4"}, + {file = "patch_ng-1.19.1.tar.gz", hash = "sha256:036a3cc00134ec53f37e92333958ee75e117f2e62a5ec2b85c7122e5e815c29e"}, ] [[package]] @@ -2042,4 +2043,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9" -content-hash = "51f62d621288e2a4770e51f64bcde4a0f96017f8367e7bda660ed6816f6cf31a" +content-hash = "9462529cbf317006a912a7debe8552a9217c22740ddc95330eae39fbaf8112f1" diff --git a/pyproject.toml b/pyproject.toml index d07ef360..2980b706 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ requests = ">=2.32.4,<3.0" urllib3 = ">=2.4.0,<3.0.0" pyjwt = ">=2.8.0,<3.0" rich = ">=13.9.4, <14" -patch-ng = "1.19.0" +patch-ng = "1.19.1" typer = "^0.15.3" tenacity = ">=9.0.0,<9.1.0" mcp = { version = ">=1.9.3,<2.0.0", markers = "python_version >= '3.10'" }