AvinashReddy3108 / PaperplaneRemix

Friendship ended with Telegram, now Matrix is my new friend.
GNU General Public License v3.0
30 stars 28 forks source link

build(deps): update hiredis requirement from ~=2.0.0 to ~=2.2.1 #71

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on hiredis to permit the latest version.

Release notes

Sourced from hiredis's releases.

2.2.1

Changes

🚀 New Features

  • Add pack_command to support writing via hiredis-py (#147)

🧰 Maintenance

  • Fixing broken windows builds on python < 3.8 (#151)
  • CI for FreeBSD (#148)

Contributors

We'd like to thank all the contributors who worked on this release!

@​chayim and @​prokazov

Changelog

Sourced from hiredis's changelog.

  • Implement pack_command that serializes redis-py command to the RESP bytes object.

2.1.1 (2023-10-01)

  • Restores publishing of source distribution (#139)
  • Fix url in Issue tracker (#140)
  • Version 2.1.1 (#143)
  • Update CHANGELOG.md for 2.1.0 (#142)

2.1.0 (2022-12-14)

  • Supporting hiredis 1.1.0 (#135)
  • Modernizing: Restoring CI, Moving to pytest (#136)
  • Adding LICENSE to Repository (#132)
  • Python 3.11 trove, and links back to the project (#131)
  • Integrating release drafter (#133)

2.0.0 (2021-03-28)

  • Bump hiredis from 0.13.3 to 1.0.0 and consequently add support for RESP3 (see #104)
  • Add type hints (see #106)
  • Build aarch64 (arm64) wheels (see #98)
  • Drop support for EOL Python versions 2.7, 3.4, and 3.5 (see #103)

1.1.0 (2020-07-15)

  • Allow "encoding" and "errors" attributes to be updated at runtime (see #96)

1.0.1 (2019-11-13)

  • Permit all allowed values of codec errors (see #86)
  • BUGFIX: READEME.md has UTF-8 characters, setup.py will fail on systems where the locale is not UTF-8. (see #89)

1.0.0 (2019-01-20)

  • (BREAKING CHANGE) Add ability to control how unicode decoding errors are handled (see #82)
  • Removed support for EOL Python 2.6, 3.2, and 3.3.

0.3.1 (2018-12-24)

  • Include test files in sdist tarball (see #80)

0.3.0 (2018-11-16)

  • Upgrade hiredis to 0.13.3
  • Add optional "shouldDecode" argument to Reader.gets() (see #77)
  • Add a "has_data" method to Reader objects (see #78)
  • Fix non-utf8 reply parsing causing segmentation fault in Python 3 (see #73)
  • Rename state to hiredis_py_module_state to avoid conflicts (see #72)

... (truncated)

Commits


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)
dependabot[bot] commented 1 year ago

Superseded by #74.