From 8e79ab5ab3e4eb481352b15aa008aa50fae554f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 15:54:43 +0000 Subject: [PATCH] chore(python): Update links-notation requirement in /python Updates the requirements on [links-notation](https://github.com/link-foundation/links-notation) to permit the latest version. - [Release notes](https://github.com/link-foundation/links-notation/releases) - [Changelog](https://github.com/link-foundation/links-notation/blob/main/CHANGELOG.md) - [Commits](https://github.com/link-foundation/links-notation/compare/js_0.16.1...js_0.19.0) --- updated-dependencies: - dependency-name: links-notation dependency-version: 0.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 4a589e6..5096aeb 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ "Programming Language :: Python :: 3.13", ] dependencies = [ - "links-notation>=0.16.1,<0.17.0", + "links-notation>=0.16.1,<0.20.0", ] [project.optional-dependencies]