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 fakeredis from 2.10.2 to 2.11.2 in /api #1953

Merged
merged 1 commit into from
May 2, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2023

Bumps fakeredis from 2.10.2 to 2.11.2.

Release notes

Sourced from fakeredis's releases.

v2.11.2 🌈

Changes

🐛 Bug Fixes

  • Unique FakeServer when no connection params are provided (#142)

Full Changelog: cunla/fakeredis-py@v2.11.1...v2.11.2

v2.11.1 🌈

Changes

  • Minor fixes supporting multiple connections
  • Update documentation

Full Changelog: cunla/fakeredis-py@v2.11.0...v2.11.1

v2.11.0 🌈

🚀 Features

  • connection parameters awareness: Creating multiple clients with the same connection parameters will result in the same server data structure.

🧰 Bug Fixes

  • Fix creating fakeredis.aioredis using url with user/password (#139)

Contributors

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

@​markuspinter

Full Changelog: cunla/fakeredis-py@v2.10.3...v2.11.0

v2.10.3 🌈

Changes

🧰 Maintenance

  • Support for redis-py 5.0.0b1
  • Include tests in sdist (#133)

🐛 Bug Fixes

  • Fix import used in GenericCommandsMixin.randomkey (#135)

Contributors

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

@​cunla, @​mgorny and @​mudetz

... (truncated)

Commits

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)

@dependabot dependabot bot requested a review from a team as a code owner May 1, 2023 10:11
@dependabot dependabot bot requested review from dhruvkb and sarayourfriend May 1, 2023 10:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file 🐍 tech: python Involves Python 💻 aspect: code Concerns the software code in the repository 🟩 priority: low Low priority and doesn't need to be rushed 🧰 goal: internal improvement Improvement that benefits maintainers, not users 🧱 stack: api Related to the Django API labels May 1, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/api/fakeredis-2.11.2 branch from 47e5055 to 7c3bb4a Compare May 1, 2023 11:10
Copy link
Member

@dhruvkb dhruvkb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's only used in tests, and since CI is passing, it's good to go. Although it's weird that this fakeredis update is working now, but it was breaking the tests when accidentally updated by Pipenv in #1922.

@dependabot dependabot bot force-pushed the dependabot/pip/api/fakeredis-2.11.2 branch from 7c3bb4a to 6a14b0c Compare May 1, 2023 17:48
@sarayourfriend
Copy link
Collaborator

@dependabot rebase

Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.10.2 to 2.11.2.
- [Release notes](https://github.com/cunla/fakeredis-py/releases)
- [Commits](cunla/fakeredis-py@v2.10.2...v2.11.2)

---
updated-dependencies:
- dependency-name: fakeredis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/api/fakeredis-2.11.2 branch from 6a14b0c to f2b5546 Compare May 1, 2023 23:46
@sarayourfriend sarayourfriend merged commit a3fa05c into main May 2, 2023
@sarayourfriend sarayourfriend deleted the dependabot/pip/api/fakeredis-2.11.2 branch May 2, 2023 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 aspect: code Concerns the software code in the repository dependencies Pull requests that update a dependency file 🧰 goal: internal improvement Improvement that benefits maintainers, not users 🟩 priority: low Low priority and doesn't need to be rushed 🧱 stack: api Related to the Django API 🐍 tech: python Involves Python
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants