From 4b986da62f3d06d3ec59ece89bd966fd6f461adc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 04:54:25 +0000 Subject: [PATCH] Bump jsonschema from 4.19.0 to 4.19.2 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.19.0 to 4.19.2. - [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.19.0...v4.19.2) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 64d7929..17c5e5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,8 +40,14 @@ dill==0.3.6 # via pylint docker==6.1.3 # via -r requirements.in +exceptiongroup==1.1.3 + # via pytest idna==3.4 # via requests +importlib-resources==6.1.0 + # via + # jsonschema + # jsonschema-specifications iniconfig==1.1.1 # via pytest isort==5.10.1 @@ -52,7 +58,7 @@ jinja2==3.1.2 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -jsonschema==4.19.0 +jsonschema==4.19.2 # via -r requirements.in jsonschema-specifications==2023.6.1 # via jsonschema @@ -72,6 +78,8 @@ packaging==23.0 # pytest-sugar pathspec==0.10.1 # via black +pkgutil-resolve-name==1.3.10 + # via jsonschema platformdirs==2.5.2 # via # black @@ -124,8 +132,19 @@ termcolor==2.2.0 # via pytest-sugar text-unidecode==1.3 # via python-slugify +tomli==2.0.1 + # via + # black + # coverage + # pylint + # pytest tomlkit==0.11.4 # via pylint +typing-extensions==4.8.0 + # via + # astroid + # black + # pylint urllib3==1.26.12 # via # docker @@ -134,3 +153,5 @@ websocket-client==1.4.1 # via docker wrapt==1.14.1 # via astroid +zipp==3.17.0 + # via importlib-resources