From e2155993018f63f3c05570c945a75b115d7b6df2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 12:37:39 +0000 Subject: [PATCH] build(deps-dev): update fastjsonschema requirement Updates the requirements on [fastjsonschema](https://github.com/horejsek/python-fastjsonschema) to permit the latest version. Updates `fastjsonschema` to 2.22.1 - [Changelog](https://github.com/horejsek/python-fastjsonschema/blob/master/CHANGELOG.txt) - [Commits](https://github.com/horejsek/python-fastjsonschema/compare/v1.0...v2.22.1) --- updated-dependencies: - dependency-name: fastjsonschema dependency-version: 2.22.1 dependency-type: direct:development dependency-group: pip-all ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd5e5ed..ea50ce3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dev = [ "pytest-cov==7.1.0", "types-requests==2.33.0.20260712", "validate-pyproject==0.25", - "fastjsonschema<2.22", + "fastjsonschema<2.23", ] [tool.setuptools-git-versioning]