Skip to content

Commit

Permalink
Bump aioredis from 1.3.1 to 2.0.1
Browse files Browse the repository at this point in the history
Bumps [aioredis](https://github.com/aio-libs/aioredis-py) from 1.3.1 to 2.0.1.
- [Release notes](https://github.com/aio-libs/aioredis-py/releases)
- [Changelog](https://github.com/aio-libs-abandoned/aioredis-py/blob/master/CHANGELOG.md)
- [Commits](aio-libs-abandoned/aioredis-py@v1.3.1...v2.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 27, 2024
1 parent f15d6ea commit 5425505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
[project.optional-dependencies]
redis-rs = ["redis-rs>=0.12"]
redis-py = ["redis>=4.3"]
aioredis = ["aioredis<2"]
aioredis = ["aioredis<3"]
dev-test = [
"aioworkers==0.28.0",
"coverage[toml]==7.6.1",
Expand Down

0 comments on commit 5425505

Please sign in to comment.