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.6 #302

Merged
merged 1 commit into from Dec 8, 2022
Merged

Bump cbor2 from 5.4.3 to 5.4.6 #302

merged 1 commit into from Dec 8, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2022

Bumps cbor2 from 5.4.3 to 5.4.6.

Release notes

Sourced from cbor2's releases.

version 5.4.6

  • Fix a tag decoding error

version 5.4.5

Fix potential memory leak.

version 5.4.4

No release notes provided.

Changelog

Sourced from cbor2's changelog.

Version history

.. currentmodule:: cbor2

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

5.4.6 (2022-12-07)

  • Fix MemoryError when decoding Tags on 32bit architecture. (Sekenre)

5.4.5 (2022-11-29)

  • 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)
  • Eliminate potential memory leak in tag handling (Niels Mündler)
  • Documentation tweaks (Adam Johnson)

5.4.4 (2022-11-28)

REMOVED Due to potential memory leak bug

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

... (truncated)

Commits
  • 2dfed3b Update versionhistory for release
  • 7ade84b [pre-commit.ci] pre-commit autoupdate
  • 70bb8f1 Setting a memory error was hiding the real exception
  • ea1023e tag.tag id is actually an uint64t
  • 828ac4f Update version history
  • 32713d8 [pre-commit.ci] pre-commit autoupdate
  • 9e49d43 Increase precision of reference count decrease
  • a9446a4 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • ff42b4f Formatting
  • 3c1d3bf Properly handle memory allocation errors in hash function
  • 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.6.
- [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.6)

---
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 Dec 8, 2022
@codecov
Copy link

codecov bot commented Dec 8, 2022

Codecov Report

Merging #302 (5dd2912) into main (97b41fb) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #302   +/-   ##
=======================================
  Coverage   96.74%   96.74%           
=======================================
  Files          27       27           
  Lines        2490     2490           
=======================================
  Hits         2409     2409           
  Misses         81       81           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dajiaji dajiaji merged commit 513fad7 into main Dec 8, 2022
@dependabot dependabot bot deleted the dependabot/pip/cbor2-5.4.6 branch December 8, 2022 15:18
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

1 participant