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 aioredis from 2.0.0 to 2.0.1 #652

Merged
merged 4 commits into from
Feb 4, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 28, 2021

Bumps aioredis from 2.0.0 to 2.0.1.

Release notes

Sourced from aioredis's releases.

v2.0.1

Version v2.0.1

Features

  • Added Python 3.10 to CI & Updated the Docs (see #1160)
  • Enable mypy in CI (see #1101)
  • Synchronized reading the responses from a connection (see #1106)

Fixes

  • Remove del from Redis (Fixes #1115) (see #1227)
  • fix socket.error raises (see #1129)
  • Fix buffer is closed error when using PythonParser class (see #1213)
Changelog

Sourced from aioredis's changelog.

2.0.1 - (2021-12-20)

Features

  • Added Python 3.10 to CI & Updated the Docs (see #1160)
  • Enable mypy in CI (see #1101)
  • Synchronized reading the responses from a connection (see #1106)

Fixes

  • Remove del from Redis (Fixes #1115) (see #1227)
  • fix socket.error raises (see #1129)
  • Fix buffer is closed error when using PythonParser class (see #1213)
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)

Bumps [aioredis](https://github.com/aio-libs/aioredis-py) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/aio-libs/aioredis-py/releases)
- [Changelog](https://github.com/aio-libs/aioredis-py/blob/master/CHANGELOG.md)
- [Commits](aio-libs-abandoned/aioredis-py@v2.0.0...v2.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 28, 2021
@github-actions github-actions bot enabled auto-merge (squash) December 28, 2021 00:03
@Dreamsorcerer
Copy link
Member

Not sure what's changed in 2.0.1, but the tests are hitting frequent connection errors now.

@aio-libs aio-libs deleted a comment from codecov bot Dec 28, 2021
@codecov
Copy link

codecov bot commented Jan 28, 2022

Codecov Report

Merging #652 (9b4183c) into master (936f763) will increase coverage by 0.66%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #652      +/-   ##
==========================================
+ Coverage   97.64%   98.30%   +0.66%     
==========================================
  Files           6        6              
  Lines         340      414      +74     
  Branches       51       79      +28     
==========================================
+ Hits          332      407      +75     
  Misses          4        4              
+ Partials        4        3       -1     
Flag Coverage Δ
unit 98.06% <ø> (+0.71%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aiohttp_session/redis_storage.py 97.72% <ø> (ø)
aiohttp_session/__init__.py 98.41% <0.00%> (+0.02%) ⬆️
aiohttp_session/cookie_storage.py 97.43% <0.00%> (+7.11%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 936f763...9b4183c. Read the comment docs.

auto-merge was automatically disabled January 28, 2022 20:08

Pull Request is not mergeable

@Dreamsorcerer Dreamsorcerer enabled auto-merge (squash) February 4, 2022 19:51
@Dreamsorcerer Dreamsorcerer merged commit 1568c7a into master Feb 4, 2022
@Dreamsorcerer Dreamsorcerer deleted the dependabot/pip/aioredis-2.0.1 branch February 4, 2022 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant