Skip to content

Commit e60d3b7

Browse files
dependabot[bot]Archaeopteryx
authored andcommitted
Bump jsonschema from 4.23.0 to 4.24.0
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.23.0 to 4.24.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.23.0...v4.24.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b77bced commit e60d3b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements/common.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ certifi==2025.4.26
1010

1111
psycopg2-binary==2.9.9
1212

13-
jsonschema==4.23.0 # import jsonschema
13+
jsonschema==4.24.0 # import jsonschema
1414
djangorestframework==3.16.0 # Imported as rest_framework
1515
django-cors-headers==4.7.0 # Listed as 3rd party app on settings.py
1616
mozlog==8.0.0

requirements/common.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,9 +527,9 @@ json-e==4.8.0 \
527527
# via
528528
# -r requirements/common.in
529529
# mozci
530-
jsonschema==4.23.0 \
531-
--hash=sha256:d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4 \
532-
--hash=sha256:fbadb6f8b144a8f8cf9f0b89ba94501d143e50411a1278633f56a7acf7fd5566
530+
jsonschema==4.24.0 \
531+
--hash=sha256:0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196 \
532+
--hash=sha256:a462455f19f5faf404a7902952b6f0e3ce868f3ee09a359b05eca6673bd8412d
533533
# via -r requirements/common.in
534534
jsonschema-specifications==2023.12.1 \
535535
--hash=sha256:48a76787b3e70f5ed53f1160d2b81f586e4ca6d1548c5de7085d1682674764cc \

0 commit comments

Comments
 (0)