]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
build(deps): bump ocpp from 2.0.0rc2 to 2.0.0rc3 in /tests/ocpp-server (#1248)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 9 Dec 2024 16:42:03 +0000 (16:42 +0000)
committerGitHub <noreply@github.com>
Mon, 9 Dec 2024 16:42:03 +0000 (16:42 +0000)
Bumps [ocpp](https://github.com/mobilityhouse/ocpp) from 2.0.0rc2 to 2.0.0rc3.
- [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.2...2.0.0-rc.3)

---
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 b46396d399595229a6853aa5c5c06c42419c45cd..4db11bda94946e5f5ef101db762544267c28db38 100644 (file)
@@ -1,4 +1,4 @@
-# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand.
+# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
 
 [[package]]
 name = "attrs"
@@ -78,13 +78,13 @@ files = [
 
 [[package]]
 name = "ocpp"
-version = "2.0.0rc2"
+version = "2.0.0rc3"
 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.0rc2-py3-none-any.whl", hash = "sha256:f1eef25ddb2d4e73c3340e2161821624a170507953ebae564356b774a25b1d52"},
-    {file = "ocpp-2.0.0rc2.tar.gz", hash = "sha256:a2686fae7704184306f48dca91b8094698de1bfeac900209bc3900101458fbdd"},
+    {file = "ocpp-2.0.0rc3-py3-none-any.whl", hash = "sha256:e1ccf0f4fb91d7d1fa31519a0abe89d23a5a44f07837ae68eb094420f7e34b5c"},
+    {file = "ocpp-2.0.0rc3.tar.gz", hash = "sha256:2248d5950f6c50443a0ad9029b6e46f27c6f8a0b8d06d20472ab7bee55f7a8a2"},
 ]
 
 [package.dependencies]
@@ -413,4 +413,4 @@ files = [
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.12"
-content-hash = "68a910be6fc9e915e7ccad311fbf486418e8b4243350258b9a0386e0d8329869"
+content-hash = "481aa70b778b908d85e8c15777acfa7e7f1c3b7ccbfb0cdbfe03278de58b1c39"
index 6755644ce3981c7be753421fbe71675232886eb0..9e3a4c850b872348959652f2ac65d6ddd381e486 100644 (file)
@@ -8,7 +8,7 @@ readme = "README.md"
 [tool.poetry.dependencies]
 python = "^3.12"
 websockets = "^14.1"
-ocpp = "^2.0.0rc2"
+ocpp = "^2.0.0rc3"
 
 [tool.poetry.group.dev.dependencies]
 taskipy = "^1"