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 cassandra-driver from 3.28.0 to 3.29.2 #31

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps cassandra-driver from 3.28.0 to 3.29.2.

Changelog

Sourced from cassandra-driver's changelog.

3.29.2

September 9, 2024

Features

  • Convert to pytest for running unit and integration tests (PYTHON-1297)
  • Add support for Cassandra 4.1.x and 5.0 releases to CI (PYTHON-1393)
  • Extend driver vector support to arbitrary subtypes and fix handling of variable length types (PYTHON-1369)

Bug Fixes

  • Python NumpyProtocolHandler does not work with NumPy 1.24.0 or greater (PYTHON-1359)
  • cibuildwheel appears to not be stripping Cython-generated shared objects (PYTHON-1387)
  • Windows build for Python 3.12 compiled without libev support (PYTHON-1386)

Others

  • Update README.rst with badges for version and license (PR 1210)
  • Remove dependency on old mock external module (PR 1201)
  • Removed future print_function, division, and with and some pre 3.7 handling (PR 1208)
  • Update geomet dependency (PR 1207)
  • Remove problematic escape sequences in some docstrings to avoid SyntaxWarning in Python 3.12 (PR 1205)
  • Use timezone-aware API to avoid deprecated warning (PR 1213)

3.29.1

March 19, 2024

Bug Fixes

  • cassandra-driver for Python 3.12 Linux is compiled without libev support (PYTHON-1378)
  • Consider moving to native wheel builds for OS X and removing universal2 wheels (PYTHON-1379)

3.29.0

December 19, 2023

Features

  • Add support for Python 3.9 through 3.12, drop support for 3.7 (PYTHON-1283)
  • Removal of dependency on six module (PR 1172)
  • Raise explicit exception when deserializing a vector with a subtype that isn’t a constant size (PYTHON-1371)

Others

  • Remove outdated Python pre-3.7 references (PR 1186)
  • Remove backup(.bak) files (PR 1185)
  • Fix doc typo in add_callbacks (PR 1177)
Commits
  • c38f361 Release 3.29.2: changelog, version and documentation (#1226)
  • b5fe290 Minor refactoring of prior commit
  • 7fdc76d cloud config connect_timeout (#1224)
  • c4a808d PYTHON-1369 Extend driver vector support to arbitrary subtypes and fix handli...
  • d05e9d3 PYTHON-1386 Make libev extension consistent with other extensions and allow s...
  • 6f621ad Remove leftover debugging code (#1222)
  • 421b01e PYTHON-1393 Add support for Cassandra 4.1.x and 5.0 releases to CI (#1220)
  • 9952e2a PYTHON-1297 Convert to pytest for running unit and integration tests (#1215)
  • 611431c PYTHON-1389 Removing deprecated test aliases (#1216)
  • b347653 use timezone-aware API to avoid deprecated warning (#1213)
  • 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 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 [cassandra-driver](https://github.com/datastax/python-driver) from 3.28.0 to 3.29.2.
- [Changelog](https://github.com/datastax/python-driver/blob/master/CHANGELOG.rst)
- [Commits](datastax/python-driver@3.28.0...3.29.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 21, 2024 03:45
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 21, 2024
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.

0 participants