From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 17:13:03 +0000 (+0100) Subject: build(deps): bump ocpp from 2.0.0rc4 to 2.0.0 in /tests/ocpp-server (#1268) X-Git-Tag: ocpp-server@v2.0.3~63 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6f05e7a9c51a7a271f5a3a6867a823cf53383d5d;p=e-mobility-charging-stations-simulator.git build(deps): bump ocpp from 2.0.0rc4 to 2.0.0 in /tests/ocpp-server (#1268) Bumps [ocpp](https://github.com/mobilityhouse/ocpp) from 2.0.0rc4 to 2.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/2.0.0-rc.4...2.0.0) --- updated-dependencies: - dependency-name: ocpp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/tests/ocpp-server/poetry.lock b/tests/ocpp-server/poetry.lock index b0b35329..85954556 100644 --- a/tests/ocpp-server/poetry.lock +++ b/tests/ocpp-server/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "attrs" @@ -78,13 +78,13 @@ files = [ [[package]] name = "ocpp" -version = "2.0.0rc4" +version = "2.0.0" description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)." optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "ocpp-2.0.0rc4-py3-none-any.whl", hash = "sha256:2629bb445605bb058c5b8fb6634a6c5ca5e8e001ddc70c18283e92dbba58eac2"}, - {file = "ocpp-2.0.0rc4.tar.gz", hash = "sha256:ea4df3614612e358d144a048e7f6282bc283bd9116033a9d3ea72ef5aa48f9eb"}, + {file = "ocpp-2.0.0-py3-none-any.whl", hash = "sha256:45ea3f35cb0afd7a0acbc1cdf2cfd107caf371c24aca7e7a03491405bf39e626"}, + {file = "ocpp-2.0.0.tar.gz", hash = "sha256:bbc203ae5edeb7baf43a9a24b73c6a7473179197437fb39c641f0d93afce5dc0"}, ] [package.dependencies] @@ -413,4 +413,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "7df78300a93be2c522dd77368b1a310f0e13fd817bd02d65ea8f308c8e6f724d" +content-hash = "e24b5e8e185e39ca0461e0b708aac12ecfb1abeea86551c2c0373f31a8b455b1" diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index 0bbe7dcd..05ca1fd3 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" websockets = "^14.1" -ocpp = "^2.0.0rc4" +ocpp = "^2.0.0" [tool.poetry.group.dev.dependencies] taskipy = "^1"