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 cbor2 from 5.4.3 to 5.4.4 #293

Closed
wants to merge 1 commit into from
Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps cbor2 from 5.4.3 to 5.4.4.

Changelog

Sourced from cbor2's changelog.

Version history

.. currentmodule:: cbor2

This library adheres to Semantic Versioning <http://semver.org/>_.

5.4.4 (2022-11-28)

  • Added official Python 3.11 support (agronholm)
  • Raise proper exception on invalid bignums (Øyvind Rønningstad)
  • Make Tagged item usable as a map key (Niels Mündler)
  • Documentation tweaks (Adam Johnson)

5.4.3 (2022-05-03)

  • Removed support for Python < 3.7
  • Various build system improvements for binary wheels (agronholm)
  • Migrated project to use pyproject.toml and pre-commit hooks (agronholm)

5.4.2 (2021-10-14)

  • Fix segfault when initializing CBORTag with incorrect arguments (Sekenre)
  • Fix sphinx build warnings (Sekenre)

5.4.1 (2021-07-23)

  • Fix SystemErrors when using C-backend, meaningful exceptions now raised (Sekenre)
  • Fix precision loss when decoding base10 decimal fractions (Sekenre)
  • Made CBORTag handling consistent between python and C-module (Sekenre)

5.4.0 (2021-06-04)

  • Fix various bounds checks in the C-backend (Sekenre)
  • More testing of invalid/corrupted data (Sekenre)
  • Support for String References <http://cbor.schmorp.de/stringref>_ (xurtis)
  • Update Docs to refer to new RFC8949

5.3.0 (2021-05-18)

  • Removed support for Python < 3.6

5.2.0 (2020-09-30)

  • Final version tested with Python 2.7 and 3.5
  • README: Announce deprecation of Python 2.7, 3.5
  • README: More detail and examples
  • Bugfix: Fix segfault on loading huge arrays with C-backend (Sekenre)
  • Build system: Allow packagers to force C-backend building or disable using env var (jameshilliard)
  • Feature: :py:mod:cbor2.tool Command line diagnostic tool (Sekenre)

... (truncated)

Commits
  • c28a6d6 update versionhistory for release
  • 6c97ea0 Updated GitHub actions (#149)
  • 2e15d92 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • d74089d Adjust tests to accept hashable cbor tags
  • e95c7b0 Fix building of tuple from C-native types
  • 458ce14 Add hash function for C version of object
  • d975ebf Make CBORTag hashable
  • a12b233 Added release note
  • 4a255d7 Added Python 3.11 to the testing matrix
  • fcb18fc Updated actions to their latest versions
  • 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 [cbor2](https://github.com/agronholm/cbor2) from 5.4.3 to 5.4.4.
- [Release notes](https://github.com/agronholm/cbor2/releases)
- [Changelog](https://github.com/agronholm/cbor2/blob/master/docs/versionhistory.rst)
- [Commits](agronholm/cbor2@5.4.3...5.4.4)

---
updated-dependencies:
- dependency-name: cbor2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

dependabot bot commented on behalf of github Nov 30, 2022

Superseded by #298.

@dependabot dependabot bot closed this Nov 30, 2022
@dependabot dependabot bot deleted the dependabot/pip/cbor2-5.4.4 branch November 30, 2022 06:06
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