]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
build(deps): bump ocpp from 2.0.0rc4 to 2.0.0 in /tests/ocpp-server (#1268)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 3 Jan 2025 17:13:03 +0000 (18:13 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Jan 2025 17:13:03 +0000 (17:13 +0000)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tests/ocpp-server/poetry.lock
tests/ocpp-server/pyproject.toml

index b0b35329539f8632703ae9e3e0027508e499ea7a..85954556b709952b2529dc8677894b01dfa33c74 100644 (file)
@@ -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"
index 0bbe7dcd09fd2bd67ebb1017d88a668c04818358..05ca1fd3565da8193a851c471db85de61c9f60a4 100644 (file)
@@ -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"