]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
build(deps): bump ocpp from 2.0.0rc3 to 2.0.0rc4 in /tests/ocpp-server (#1266)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 2 Jan 2025 16:30:10 +0000 (17:30 +0100)
committerGitHub <noreply@github.com>
Thu, 2 Jan 2025 16:30:10 +0000 (16:30 +0000)
Bumps [ocpp](https://github.com/mobilityhouse/ocpp) from 2.0.0rc3 to 2.0.0rc4.
- [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.3...2.0.0-rc.4)

---
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 507d0b8cc133b38e330286161c1b0864e74c6539..97b5d2b60b5ed86838ba2bce2601b48edc5051a6 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.0rc3"
+version = "2.0.0rc4"
 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.0rc3-py3-none-any.whl", hash = "sha256:e1ccf0f4fb91d7d1fa31519a0abe89d23a5a44f07837ae68eb094420f7e34b5c"},
-    {file = "ocpp-2.0.0rc3.tar.gz", hash = "sha256:2248d5950f6c50443a0ad9029b6e46f27c6f8a0b8d06d20472ab7bee55f7a8a2"},
+    {file = "ocpp-2.0.0rc4-py3-none-any.whl", hash = "sha256:2629bb445605bb058c5b8fb6634a6c5ca5e8e001ddc70c18283e92dbba58eac2"},
+    {file = "ocpp-2.0.0rc4.tar.gz", hash = "sha256:ea4df3614612e358d144a048e7f6282bc283bd9116033a9d3ea72ef5aa48f9eb"},
 ]
 
 [package.dependencies]
@@ -413,4 +413,4 @@ files = [
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.12"
-content-hash = "481aa70b778b908d85e8c15777acfa7e7f1c3b7ccbfb0cdbfe03278de58b1c39"
+content-hash = "7df78300a93be2c522dd77368b1a310f0e13fd817bd02d65ea8f308c8e6f724d"
index deae15624b11d3ad62bc138ff6c105362401fbf0..0bbe7dcd09fd2bd67ebb1017d88a668c04818358 100644 (file)
@@ -8,7 +8,7 @@ readme = "README.md"
 [tool.poetry.dependencies]
 python = "^3.12"
 websockets = "^14.1"
-ocpp = "^2.0.0rc3"
+ocpp = "^2.0.0rc4"
 
 [tool.poetry.group.dev.dependencies]
 taskipy = "^1"