From 5973c9d6f0c6e8f6a0918091e8a3e36155e24228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 03:26:02 +0000 Subject: [PATCH] update: update jsonschema requirement from ~=4.17.3 to ~=4.18.0 Updates the requirements on [jsonschema](https://github.com/python-jsonschema/jsonschema) to permit the latest version. - [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.18.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 655e30c80..32cbca3b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ cheroot~=10.0.0 ecdsa~=0.18 Flask~=2.3.2 Jinja2~=3.1.2 -jsonschema~=4.17.3 +jsonschema~=4.18.0 parsedatetime~=2.6 prometheus-flask-exporter==0.22.4 python-dateutil~=2.8.2