Skip to content

build(deps): bump zstandard from 0.15.2 to 0.16.0 in /report #1165

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2021

Bumps zstandard from 0.15.2 to 0.16.0.

Release notes

Sourced from zstandard's releases.

0.16.0

Backwards Compatibility Notes

  • Support for Python 3.5 has been dropped. Python 3.6 is now the minimum required Python version.

Changes

  • Bundled zstd library upgraded from 1.4.8 to 1.5.0.
  • manylinux2014_aarch64 wheels are now being produced for CPython 3.6+. (#145).
  • Wheels are now being produced for CPython 3.10.
  • Arguments to ZstdCompressor() and ZstdDecompressor() are now all optional in the C backend and an explicit None value is accepted. Before, the C backend wouldn't accept an explicit None value (but the CFFI backend would). The new behavior should be consistent between the backends. (#153)
Changelog

Sourced from zstandard's changelog.

0.16.0 (released 2021-10-16)

Backwards Compatibility Notes

  • Support for Python 3.5 has been dropped. Python 3.6 is now the minimum required Python version.

Changes

  • Bundled zstd library upgraded from 1.4.8 to 1.5.0.
  • manylinux2014_aarch64 wheels are now being produced for CPython 3.6+. (#145).
  • Wheels are now being produced for CPython 3.10.
  • Arguments to ZstdCompressor() and ZstdDecompressor() are now all optional in the C backend and an explicit None value is accepted. Before, the C backend wouldn't accept an explicit None value (but the CFFI backend would). The new behavior should be consistent between the backends. (#153)
Commits
  • ba50cee global: update version to 0.16.0 and release
  • f0c6f93 cext: accept explicit None value in ZstdCompressor/ZstdDecompressor constructors
  • 9ac5b4d docs: add news entry for CPython 3.10 wheels
  • 644b4cb rust: upgrade pyo3 to version 0.14
  • 4967a7e rust: update crates to latest versions
  • 1aa245a ci: ignore failures running Rust backend tests
  • 5fe44dd setup: add classifier for Python 3.10
  • cd5e4e0 ci: add Python 3.10 wheels
  • ec4779a ci: update requirements to latest
  • fdd921a ci: change Python 3.10 version constraint
  • 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 [zstandard](https://github.com/indygreg/python-zstandard) from 0.15.2 to 0.16.0.
- [Release notes](https://github.com/indygreg/python-zstandard/releases)
- [Changelog](https://github.com/indygreg/python-zstandard/blob/main/docs/news.rst)
- [Commits](indygreg/python-zstandard@0.15.2...0.16.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the report Python tool to upload reports label Oct 18, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 24, 2022

Superseded by #1293.

@dependabot dependabot bot closed this Jan 24, 2022
@dependabot dependabot bot deleted the dependabot/pip/report/zstandard-0.16.0 branch January 24, 2022 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
report Python tool to upload reports
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants