Skip to content

Commit

Permalink
Bump redis from 5.0.0 to 5.0.1 in /requirements (#312)
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-py) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2024
1 parent f9729cf commit cbccd80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pytz==2021.3
# via babel
pyyaml==6.0
# via pre-commit
redis==5.0.0
redis==5.0.1
# via -r tests.in
requests==2.31.0
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pytest-xprocess==0.22.2
# via -r tests.in
python-dateutil==2.8.2
# via botocore
redis==5.0.0
redis==5.0.1
# via -r tests.in
s3transfer==0.6.0
# via boto3
Expand Down

0 comments on commit cbccd80

Please sign in to comment.