Skip to content

Commit d0f0510

Browse files
Bump jsonschema from 4.24.0 to 4.25.0 (#15)
1 parent 64fae93 commit d0f0510

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"faker==37.4.0 ; python_full_version >= '3.9'",
1616
"gunicorn==23.0.0 ; python_full_version >= '3.7'",
1717
"inflection==0.5.1 ; python_full_version >= '3.5'",
18-
"jsonschema==4.24.0 ; python_full_version >= '3.9'",
18+
"jsonschema==4.25.0 ; python_full_version >= '3.9'",
1919
"jsonschema-specifications==2025.4.1 ; python_full_version >= '3.9'",
2020
"packaging==25.0 ; python_full_version >= '3.8'",
2121
"python-dateutil==2.9.0.post0 ; python_full_version >= '2.7'",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ drf-spectacular-sidecar==2025.7.1; python_version >= '3.6'
88
faker==37.4.0; python_version >= '3.9'
99
gunicorn==23.0.0; python_version >= '3.7'
1010
inflection==0.5.1; python_version >= '3.5'
11-
jsonschema==4.24.0; python_version >= '3.9'
11+
jsonschema==4.25.0; python_version >= '3.9'
1212
jsonschema-specifications==2025.4.1; python_version >= '3.9'
1313
packaging==25.0; python_version >= '3.8'
1414
python-dotenv==1.1.1; python_version >= '3.9'

0 commit comments

Comments
 (0)