From de07c5adc0cebd9f02813b63f279ffe9da2c31d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:35:44 +0000 Subject: [PATCH] build(deps-dev): bump json-e from 4.5.3 to 4.6.0 in /bot Bumps [json-e](https://github.com/json-e/json-e) from 4.5.3 to 4.6.0. - [Changelog](https://github.com/json-e/json-e/blob/main/CHANGELOG.rst) - [Commits](https://github.com/json-e/json-e/compare/v4.5.3...v4.6.0) --- updated-dependencies: - dependency-name: json-e dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bot/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/requirements-dev.txt b/bot/requirements-dev.txt index 3d2794748..6aa3d761f 100644 --- a/bot/requirements-dev.txt +++ b/bot/requirements-dev.txt @@ -1,4 +1,4 @@ -json-e==4.5.3 +json-e==4.6.0 jsonschema==4.19.1 pre-commit==3.5.0 pytest==7.4.2