Skip to content

Commit ce6d819

Browse files
Build(deps): bump neo4j from 6.0.2 to 6.0.3 (#294)
* Build(deps): bump neo4j from 6.0.2 to 6.0.3 Bumps [neo4j](https://github.com/neo4j/neo4j-python-driver) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/neo4j/neo4j-python-driver/releases) - [Changelog](https://github.com/neo4j/neo4j-python-driver/blob/6.x/CHANGELOG.md) - [Commits](neo4j/neo4j-python-driver@6.0.2...6.0.3) --- updated-dependencies: - dependency-name: neo4j dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump Rust extensions alongside --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Robsdedude <dev@rouvenbauer.de>
1 parent 96eea93 commit ce6d819

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# common requirements for sync and async example
22

33
# neo4j bolt driver to connect to the DBMS
4-
neo4j==6.0.2
4+
neo4j==6.0.3
55
# optionally with Rust extensions for better performance
6-
neo4j-rust-ext==6.0.2.*
6+
neo4j-rust-ext==6.0.3.*
77

88
typing_extensions==4.15.0

0 commit comments

Comments
 (0)