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

Bump python-arango from 7.3.4 to 8.1.3 in /scanners/dns-scanner #5942

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2024

Bumps python-arango from 7.3.4 to 8.1.3.

Release notes

Sourced from python-arango's releases.

8.1.3

What's Changed

Full Changelog: arangodb/python-arango@8.1.2...8.1.3

8.1.2

What's Changed

Full Changelog: arangodb/python-arango@8.1.1...8.1.2

8.1.1

What's Changed

Full Changelog: arangodb/python-arango@8.1.0...8.1.1

8.1.0

What's Changed

  • The collection.has() method uses HTTP HEAD method instead of GET
  • A new skipFastLockRound option was introduced for transactions (ArangoDB 3.12.1, see docs)
  • A new db.reset_log_levels() method to reset all log levels to their startup values (ArangoDB 3.12.1, see docs)

Full Changelog: arangodb/python-arango@8.0.0...8.1.0

8.0.0

Major Changes

Breaking

  • ‎Collection.add_geo_index() parameter ordered has been renamed to geo_json. The name ordered used to create lots of confusion.
  • The api/traversal endpoint is no longer available starting with ArangoDB 3.12. This renders the arango.graph.Graph.traverse() unusable.

Non-Breaking

  • Dropped support for ArangoDB 3.10.
  • Pregel is deprecated since ArangoDB 3.12. The API can still be used with the driver, but it will eventually be removed when 3.11 support is over.
  • Compression of requests and responses. By default compression is turned off, so this change has no effect unless the user specifies one of the newly introduced parameters. The ArangoClient gets two optional parameters:
    • request_compression - Represents the compression strategy, None by default. The reason for passing in an object instead of a string (such as deflate) is to allow the client to fine tune the compression algorithm.
    • response_compression - The equivalent of an Accept-Encoding string. This has no effect unless the server is configured to use encoding.
    client = ArangoClient(
        hosts="http://127.0.0.1:8529",

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [python-arango](https://github.com/arangodb/python-arango) from 7.3.4 to 8.1.3.
- [Release notes](https://github.com/arangodb/python-arango/releases)
- [Commits](arangodb/python-arango@7.3.4...8.1.3)

---
updated-dependencies:
- dependency-name: python-arango
  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 Nov 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2024

Superseded by #5974.

@dependabot dependabot bot closed this Dec 11, 2024
@dependabot dependabot bot deleted the dependabot/pip/scanners/dns-scanner/python-arango-8.1.3 branch December 11, 2024 11:12
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants