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

build(deps-dev): bump aioredis from 1.3.1 to 2.0.0 #192

Merged
merged 3 commits into from
Aug 1, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2021

Bumps aioredis from 1.3.1 to 2.0.0.

Release notes

Sourced from aioredis's releases.

Version v2.0.0

Version 2.0 is a complete rewrite of aioredis. Starting with this version, aioredis now follows the API of redis-py, so you can easily adapt synchronous code that uses redis-py for async applications with aioredis-py.

NOTE: This version is not compatible with earlier versions of aioredis. If you upgrade, you will need to make code changes.

For more details, read our documentation on migrating to version 2.0.

Changelog

Sourced from aioredis's changelog.

2.0.0 - (2021-03-18)

Features

  • Port redis-py's client implementation to aioredis.
    (see #891)

  • Make hiredis an optional dependency.
    (see #917)

Commits
  • 6612ba7 Merge pull request #1075 from aio-libs/release-2.0
  • eb9bd17 Change the example install command
  • ef8c278 Restore 3.6 classifier
  • c65e2e7 Auto-update pre-commit hooks (#1077)
  • cf759f7 Remove 3.6 from the list of supported versions
  • 9ad56c8 Use the correct dev status classifier
  • 9cf2643 Bump the version for 2.0.0 release
  • b2952d9 Merge pull request #1068 from aio-libs/missing-lock
  • 3e9d710 Update CHANGES/1068.bugfix
  • ff37ce6 Merge pull request #1074 from aio-libs/fix-health-check
  • 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)

@dependabot dependabot bot added the build Changes that affect the build system or external dependencies label Aug 1, 2021
@dependabot dependabot bot requested a review from playpauseandstop August 1, 2021 03:10
Bumps [aioredis](https://github.com/aio-libs/aioredis) from 1.3.1 to 2.0.0.
- [Release notes](https://github.com/aio-libs/aioredis/releases)
- [Changelog](https://github.com/aio-libs/aioredis-py/blob/master/CHANGELOG.md)
- [Commits](aio-libs-abandoned/aioredis-py@v1.3.1...v2.0.0)

---
updated-dependencies:
- dependency-name: aioredis
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/aioredis-2.0.0 branch from 3cda324 to b5ef40b Compare August 1, 2021 11:14
@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.299% when pulling bbe43df on dependabot/pip/aioredis-2.0.0 into 712626c on master.

@playpauseandstop playpauseandstop enabled auto-merge (squash) August 1, 2021 16:34
@playpauseandstop playpauseandstop merged commit 06c7435 into master Aug 1, 2021
@playpauseandstop playpauseandstop deleted the dependabot/pip/aioredis-2.0.0 branch August 1, 2021 16:34
badabump-release-bot bot pushed a commit that referenced this pull request Oct 31, 2021
Other:
------

- (**deps**) bump actions/cache from 2.1.5 to 2.1.6 (#185)
- (**deps**) bump peter-evans/create-pull-request from 3.8.2 to 3.10.0 (#186)
- (**deps**) bump environ-config from 21.1.0 to 21.2.0 (#183)
- (**deps-dev**) bump pytest-cov from 2.11.1 to 2.12.1 (#187)
- (**deps**) bump email-validator from 1.1.2 to 1.1.3 (#190)
- (**deps**) bump pyrsistent from 0.17.3 to 0.18.0 (#189)
- (**deps**) bump urllib3 from 1.26.4 to 1.26.5 in /docs (#188)
- (**deps-dev**) bump aioredis from 1.3.1 to 2.0.0 (#192)
- (**deps**) bump tibdex/github-app-token from 1.3 to 1.4 (#197)
- Use Python 3.10 as dev version (#194)
- (**deps**) bump peter-evans/create-pull-request from 3.10.0 to 3.10.1 (#198)
badabump-release-bot bot pushed a commit that referenced this pull request Oct 31, 2021
Other:
------

- (**deps**) bump actions/cache from 2.1.5 to 2.1.6 (#185)
- (**deps**) bump peter-evans/create-pull-request from 3.8.2 to 3.10.0 (#186)
- (**deps**) bump environ-config from 21.1.0 to 21.2.0 (#183)
- (**deps-dev**) bump pytest-cov from 2.11.1 to 2.12.1 (#187)
- (**deps**) bump email-validator from 1.1.2 to 1.1.3 (#190)
- (**deps**) bump pyrsistent from 0.17.3 to 0.18.0 (#189)
- (**deps**) bump urllib3 from 1.26.4 to 1.26.5 in /docs (#188)
- (**deps-dev**) bump aioredis from 1.3.1 to 2.0.0 (#192)
- (**deps**) bump tibdex/github-app-token from 1.3 to 1.4 (#197)
- Use Python 3.10 as dev version (#194)
- (**deps**) bump peter-evans/create-pull-request from 3.10.0 to 3.10.1 (#198)
- (**deps**) bump PyYAML from 5.4.1 to 6.0 (#201)
playpauseandstop added a commit that referenced this pull request Oct 31, 2021
Use Python 3.10 as dev version, as well as update minimum supported
`openapi-core` version to **0.13.4**.

Also loose a bit `pyrsistent` & `PyYAML` requirements to allow dependent
projects use latest versions of given libraries.

Other:
------

- (**deps**) bump actions/cache from 2.1.5 to 2.1.6 (#185)
- (**deps**) bump peter-evans/create-pull-request from 3.8.2 to 3.10.0 (#186)
- (**deps**) bump environ-config from 21.1.0 to 21.2.0 (#183)
- (**deps-dev**) bump pytest-cov from 2.11.1 to 2.12.1 (#187)
- (**deps**) bump email-validator from 1.1.2 to 1.1.3 (#190)
- (**deps**) bump pyrsistent from 0.17.3 to 0.18.0 (#189)
- (**deps**) bump urllib3 from 1.26.4 to 1.26.5 in /docs (#188)
- (**deps-dev**) bump aioredis from 1.3.1 to 2.0.0 (#192)
- (**deps**) bump tibdex/github-app-token from 1.3 to 1.4 (#197)
- Use Python 3.10 as dev version (#194)
- (**deps**) bump peter-evans/create-pull-request from 3.10.0 to 3.10.1 (#198)
- (**deps**) bump PyYAML from 5.4.1 to 6.0 (#201)
playpauseandstop added a commit that referenced this pull request Oct 31, 2021
Use Python 3.10 as dev version, as well as update minimum supported
`openapi-core` version to **0.13.4**.

Also loose a bit `pyrsistent` & `PyYAML` requirements to allow dependent
projects use latest versions of given libraries.

Other:
------

- (**deps**) bump actions/cache from 2.1.5 to 2.1.6 (#185)
- (**deps**) bump peter-evans/create-pull-request from 3.8.2 to 3.10.0 (#186)
- (**deps**) bump environ-config from 21.1.0 to 21.2.0 (#183)
- (**deps-dev**) bump pytest-cov from 2.11.1 to 2.12.1 (#187)
- (**deps**) bump email-validator from 1.1.2 to 1.1.3 (#190)
- (**deps**) bump pyrsistent from 0.17.3 to 0.18.0 (#189)
- (**deps**) bump urllib3 from 1.26.4 to 1.26.5 in /docs (#188)
- (**deps-dev**) bump aioredis from 1.3.1 to 2.0.0 (#192)
- (**deps**) bump tibdex/github-app-token from 1.3 to 1.4 (#197)
- Use Python 3.10 as dev version (#194)
- (**deps**) bump peter-evans/create-pull-request from 3.10.0 to 3.10.1 (#198)
- (**deps**) bump PyYAML from 5.4.1 to 6.0 (#201)

Co-authored-by: playpauseandstop <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Changes that affect the build system or external dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants