Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

pipenv: bump neo4j from 4.4.1 to 5.6.0 in /cache-invalidator #191

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

Bumps neo4j from 4.4.1 to 5.6.0.

Release notes

Sourced from neo4j's releases.

Neo4j Python Driver 5.6.0

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

Neo4j Python Driver 5.5.0

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

Neo4j Python Driver 5.4.0

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

Neo4j Python Driver 5.3.0

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

Neo4j Python Driver 5.2.1

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

Neo4j Python Driver 5.2.0

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

Neo4j Python Driver 5.1.0

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

Neo4j Python Driver 5.0.1

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

Neo4j Python Driver 5.0.0

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

Neo4j Python Driver 5.0.0a2

https://github.com/neo4j/neo4j-python-driver/wiki/5.0-changelog#500a2

Neo4j Python Driver 5.0.0a1 (async preview)

IMPORTANT: this pre-release does not contain any 5.0 features and future pre-releases might have to be API-breaking. This release' sole purpose it to give early access to the async driver.

For more details see the changelog: https://github.com/neo4j/neo4j-python-driver/wiki/5.0-changelog#500a1

Neo4j Python Driver 4.4.10

https://github.com/neo4j/neo4j-python-driver/wiki/4.4-changelog#4410

Neo4j Python Driver 4.4.9

https://github.com/neo4j/neo4j-python-driver/wiki/4.4-changelog#449

Neo4j Python Driver 4.4.8

https://github.com/neo4j/neo4j-python-driver/wiki/4.4-changelog#448

Neo4j Python Driver 4.4.7

https://github.com/neo4j/neo4j-python-driver/wiki/4.4-changelog#447

Neo4j Python Driver 4.4.6

https://github.com/neo4j/neo4j-python-driver/wiki/4.4-changelog#446

... (truncated)

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 more details.

NEXT RELEASE

  • ...

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:
    • neo4j.BookmarkManger and neo4j.AsyncBookmarkManger abstract base classes:
      • update_bookmarks has no longer a database argument.
      • get_bookmarks has no longer a database argument.
      • The get_all_bookmarks method was removed.
      • The forget method was removed.
    • neo4j.GraphDatabase.bookmark_manager and neo4j.AsyncGraphDatabase.bookmark_manager factory methods:
      • initial_bookmarks is no longer a mapping from database name to bookmarks but plain bookmarks.
      • bookmarks_supplier no longer receives the database name as an argument.
      • bookmarks_consumer no longer receives the database name as an argument.

Version 5.2

... (truncated)

Commits

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 4.4.1 to 5.6.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@4.4.1...5.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants