Skip to content

Commit 4fe400e

Browse files
chore(deps): bump jsonschema from 4.25.1 to 4.26.0 in /reference (#6)
* chore(deps): bump jsonschema from 4.25.1 to 4.26.0 in /reference Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.25.1 to 4.26.0. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.25.1...v4.26.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix: align jsonschema lockfiles Update the compliance lockfile to match the reference lockfile so shared CI installs no longer request conflicting jsonschema versions. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: zrguo <49157727+LarFii@users.noreply.github.com>
1 parent d433401 commit 4fe400e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

compliance/requirements.lock.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Refresh by resolving in the repository virtual environment.
33
PyYAML==6.0.3
44
httpx==0.28.1
5-
jsonschema==4.25.1
5+
jsonschema==4.26.0
66
pytest==8.4.2

reference/requirements.lock.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Locked direct dependencies for the reference gateway.
22
# Refresh by resolving in a Python 3.11+ virtual environment.
33
fastapi==0.135.3
4-
jsonschema==4.25.1
4+
jsonschema==4.26.0
55
uvicorn==0.44.0

0 commit comments

Comments
 (0)