From 444a99c0f8743312f2b9e825c3f1c6baedf35922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:58:07 +0000 Subject: [PATCH] chore: Bump jsonschema from 4.17.3 to 4.19.1 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.17.3 to 4.19.1. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.17.3...v4.19.1) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 29 ++++++++++++++++------------- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/requirements.in b/requirements.in index 2c9cae49..0c70e259 100644 --- a/requirements.in +++ b/requirements.in @@ -10,7 +10,7 @@ defusedxml==0.7.1 Django>=2.2.24 djangorestframework>=3.10.3,<3.15 importlib-metadata==6.1.0 -jsonschema==4.17.3 +jsonschema==4.19.1 lxml==4.9.2 marshmallow==3.19.0 pydantic==2.4.2 diff --git a/requirements.txt b/requirements.txt index a9907a60..98f1983a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,8 +8,10 @@ annotated-types==0.5.0 # via pydantic asgiref==3.5.2 # via django -attrs==20.3.0 - # via jsonschema +attrs==23.1.0 + # via + # jsonschema + # referencing certifi==2023.7.22 # via signxml cffi==1.15.1 @@ -29,10 +31,10 @@ djangorestframework==3.14.0 # via -r requirements.in importlib-metadata==6.1.0 # via -r requirements.in -importlib-resources==6.1.0 - # via jsonschema -jsonschema==4.17.3 +jsonschema==4.19.1 # via -r requirements.in +jsonschema-specifications==2023.7.1 + # via jsonschema lxml==4.9.2 # via # -r requirements.in @@ -41,8 +43,6 @@ marshmallow==3.19.0 # via -r requirements.in packaging==23.1 # via marshmallow -pkgutil-resolve-name==1.3.10 - # via jsonschema pycparser==2.20 # via cffi pydantic==2.4.2 @@ -53,23 +53,26 @@ pyopenssl==23.2.0 # via # -r requirements.in # signxml -pyrsistent==0.17.3 - # via jsonschema pytz==2023.3 # via # -r requirements.in # django # djangorestframework +referencing==0.30.2 + # via + # jsonschema + # jsonschema-specifications +rpds-py==0.10.6 + # via + # jsonschema + # referencing signxml==3.2.0 # via -r requirements.in sqlparse==0.4.4 # via django typing-extensions==4.7.1 # via - # annotated-types # pydantic # pydantic-core zipp==3.8.1 - # via - # importlib-metadata - # importlib-resources + # via importlib-metadata