diff --git a/pyproject.toml b/pyproject.toml index bc0464f..16f2ae3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "faker==37.4.0 ; python_full_version >= '3.9'", "gunicorn==23.0.0 ; python_full_version >= '3.7'", "inflection==0.5.1 ; python_full_version >= '3.5'", - "jsonschema==4.24.0 ; python_full_version >= '3.9'", + "jsonschema==4.25.0 ; python_full_version >= '3.9'", "jsonschema-specifications==2025.4.1 ; python_full_version >= '3.9'", "packaging==25.0 ; python_full_version >= '3.8'", "python-dateutil==2.9.0.post0 ; python_full_version >= '2.7'", diff --git a/requirements.txt b/requirements.txt index 20c0ca4..0e7a4e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ drf-spectacular-sidecar==2025.7.1; python_version >= '3.6' faker==37.4.0; python_version >= '3.9' gunicorn==23.0.0; python_version >= '3.7' inflection==0.5.1; python_version >= '3.5' -jsonschema==4.24.0; python_version >= '3.9' +jsonschema==4.25.0; python_version >= '3.9' jsonschema-specifications==2025.4.1; python_version >= '3.9' packaging==25.0; python_version >= '3.8' python-dotenv==1.1.1; python_version >= '3.9'