From d0e2da15a3569c6d1c8a57f3cf528df3ffddf83d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 08:48:13 +0200 Subject: [PATCH] build(deps): bump ocpp from 0.26.0 to 1.0.0 (#1164) Bumps [ocpp](https://github.com/mobilityhouse/ocpp) from 0.26.0 to 1.0.0. - [Release notes](https://github.com/mobilityhouse/ocpp/releases) - [Changelog](https://github.com/mobilityhouse/ocpp/blob/master/CHANGELOG.md) - [Commits](https://github.com/mobilityhouse/ocpp/compare/0.26.0...1.0.0) --- updated-dependencies: - dependency-name: ocpp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lbbrhzn <8673442+lbbrhzn@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 60ccbde4..3f851ceb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ colorlog==6.8.2 pip>=21.0,<24.1 ruff==0.4.4 -ocpp==0.26.0 +ocpp==1.0.0 websockets==12.0 jsonschema==4.21.1 pre-commit