LizardByte / PyStream

WIP: Experimental project to test various capture and streaming protocols.
GNU Affero General Public License v3.0
3 stars 0 forks source link

build(deps): bump lz4 from 4.0.1 to 4.3.3 #74

Open dependabot[bot] opened 10 months ago

dependabot[bot] commented 10 months ago

Bumps lz4 from 4.0.1 to 4.3.3.

Release notes

Sourced from lz4's releases.

Add Python 3.12 wheels

What's Changed

New Contributors

Full Changelog: https://github.com/python-lz4/python-lz4/compare/v4.3.2...v4.3.3

v4.3.2

What's Changed

Full Changelog: https://github.com/python-lz4/python-lz4/compare/v4.3.1...v4.3.2

v4.3.1

What's Changed

Full Changelog: https://github.com/python-lz4/python-lz4/compare/v4.3.0...v4.3.1

v4.3.0

What's Changed

Full Changelog: https://github.com/python-lz4/python-lz4/compare/v4.2.0...v4.3.0

v4.2.0

What's Changed

Full Changelog: https://github.com/python-lz4/python-lz4/compare/v4.1.0...v4.2.0

v4.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/python-lz4/python-lz4/compare/v4.0.2...v4.1.0

Fix a memory leak when frame decompression fails

This release fixes #247 (via #255) - thanks to @​jmg-duarte for the fix.

Commits
  • 65b563a Merge pull request #275 from evansd/python3.12-wheels
  • 7182e7d Drop support for Python 3.7
  • b8844b1 Add explicit dependency on setuptools
  • d41a676 Add Python 3.12 to the build matrix
  • 837d0d6 Use importlib.metadata over pkg_resources
  • 58df083 Merge pull request #268 from python-lz4/fixups
  • 231b29c Add .readthedocs.yml
  • f3462c8 Merge pull request #266 from python-lz4/fixups
  • b1b3afd Don't link against system lz4 if PYLZ4_USE_SYSTEM_LZ4 is not True
  • d1a071a Ensure PYLZ4_USE_SYSTEM_LZ4 env var passed to cibuildwheel
  • 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 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)