From 1c92d3b3e82fc9ad282078e392ef2f15476e866b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 00:43:06 +0000 Subject: [PATCH] build(deps): update jsonpointer requirement from ~=3.0 to ~=3.1 Updates the requirements on [jsonpointer](https://github.com/stefankoegl/python-json-pointer) to permit the latest version. - [Commits](https://github.com/stefankoegl/python-json-pointer/compare/v3.0.0...v3.1.1) --- updated-dependencies: - dependency-name: jsonpointer dependency-version: 3.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0b2e612..58bdd83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ python-dateutil>= 2.9, < 3.0 apimatic-core-interfaces~=0.1.0, >= 0.1.8 requests~=2.31 setuptools>=68.0.0 -jsonpointer~=3.0 +jsonpointer~=3.1 typing-extensions~=4.0