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'" }