Skip to content

Commit

Permalink
Bump neo4j from 5.4.0 to 5.5.0 (#12)
Browse files Browse the repository at this point in the history
* Bump neo4j from 5.4.0 to 5.5.0

Bumps [neo4j](https://github.com/neo4j/neo4j-python-driver) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/neo4j/neo4j-python-driver/releases)
- [Changelog](https://github.com/neo4j/neo4j-python-driver/blob/5.0/CHANGELOG.md)
- [Commits](neo4j/neo4j-python-driver@5.4.0...5.5.0)

---
updated-dependencies:
- dependency-name: neo4j
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* bumped to neo4j-5.5.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: [email protected] <[email protected]>
  • Loading branch information
dependabot[bot] and mkashwin authored Jan 30, 2023
1 parent 1f302b7 commit f62061f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions 03_uns_graphdb/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 03_uns_graphdb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ logger = "^1.4"

[tool.poetry.group.dev.dependencies]
uns_mqtt = { path = "../02_mqtt-cluster", develop = true }
neo4j = "^5.4"
neo4j = "^5.5"
paho-mqtt = "^1.6.1"
dynaconf = "^3.1.9"
yapf = "^0.32.0"
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ paho-mqtt = "^1.6.1"
protobuf = "^4.21.1"

[tool.poetry.group.03_uns_graphdb.dependencies]
neo4j = "^5.4"
neo4j = "^5.5"
paho-mqtt = "^1.6.1"
dynaconf = "^3.1.9"

Expand Down

0 comments on commit f62061f

Please sign in to comment.