From 4cf6675dba96616b68de9c695f0966a69939fe3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 20:27:02 +0000 Subject: [PATCH] build(deps-dev): bump json-e from 4.5.2 to 4.5.3 in /bot Bumps [json-e](https://github.com/json-e/json-e) from 4.5.2 to 4.5.3. - [Changelog](https://github.com/json-e/json-e/blob/main/CHANGELOG.rst) - [Commits](https://github.com/json-e/json-e/compare/v4.5.2...v4.5.3) --- updated-dependencies: - dependency-name: json-e dependency-type: direct:development update-type: version-update:semver-patch ... 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 48135116b..aa2fb6f16 100644 --- a/bot/requirements-dev.txt +++ b/bot/requirements-dev.txt @@ -1,4 +1,4 @@ -json-e==4.5.2 +json-e==4.5.3 jsonschema==4.17.3 pre-commit==3.1.1 pytest==7.2.2