Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bump neo4j from 5.7.0 to 5.8.0 #10

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2023

Bumps neo4j from 5.7.0 to 5.8.0.

Release notes

Sourced from neo4j's releases.

Neo4j Python Driver 5.8.0

https://github.com/neo4j/neo4j-python-driver/wiki/5.x-changelog#580

Changelog

Sourced from neo4j's changelog.

Neo4j Driver Change Log (breaking/major changes only)

See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.

NEXT RELEASE

  • No breaking or major changes.

Version 5.8

  • Renamed experimental neo4j.RoutingControl.READERS to READ and WRITERS to WRITE.
  • Renamed experimental driver.query_bookmark_manager to execute_query_bookmark_manager.
  • Query argument to experimental driver.execute_query not is typed LiteralString instead of str to help mitigate accidental Cypher injections. There are rare use-cases where a computed string is necessary. Please use # type: ignore, or typing.cast to suppress the type checking in those cases.

Version 5.7

  • Deprecated importing from neo4j.work and its submodules. Everything should be imported directly from neo4j instead.

Version 5.6

  • No breaking or major changes.

Version 5.5

  • No breaking or major changes.

Version 5.4

  • Undocumented helper methods Neo4jError.is_fatal_during_discovery and Neo4jError.invalidates_all_connections have been deprecated and will be removed without replacement in version 6.0.

Version 5.3

  • Python 3.11 support added
  • Removed undocumented, unused neo4j.data.map_type
  • Query strings are now typed LiteralString instead of str to help mitigate accidental Cypher injections. There are rare use-cases where a computed string is necessary. Please use # type: ignore, or typing.cast to suppress the type checking in those cases.
  • The experimental bookmark manager feature was changed to no longer track bookmarks per database.
    This effectively changes the signature of almost all bookmark manager related methods:

... (truncated)

Commits
  • 51d7d9e Bump version to 5.8 (#924)
  • 2bdeacb Type execute_query query arg as LiteralString (#923)
  • 5ad2b6f Clarify parameter precedence in execute_query docs (#919)
  • cf2c75c Fix typo in docs
  • 5d4719b Merge pull request #920 from robsdedude/fix-session-auth-docs
  • 6a1d578 Editorial changes in warning message and docs.
  • 13e6d98 Support serializing datetimes with datetime.timezone (#914)
  • a6d9050 Mature execute_query API (#911)
  • a2d7d33 Merge pull request #912 from neo4j/testkit/expect-null-accessmode
  • 4eb4d52 Merge branch '5.0' into testkit/expect-null-accessmode
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [neo4j](https://github.com/neo4j/neo4j-python-driver) from 5.7.0 to 5.8.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.7.0...5.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 28, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 14, 2023

Looks like neo4j is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this May 14, 2023
@dependabot dependabot bot deleted the dependabot/pip/neo4j-5.8.0 branch May 14, 2023 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants