Skip to content

Commit

Permalink
Bump redis from 4.5.1 to 4.6.0
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-py) from 4.5.1 to 4.6.0.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v4.5.1...v4.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 26, 2023
1 parent 487feb3 commit 59ba49e
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 74 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ autopep8 = "*"
spotipy = "~=2.23"
bottle = "~=0.12"
jinja2 = "~=3.1"
redis = "~=4.5"
redis = "~=4.6"

[requires]
python_version = "3.10"
134 changes: 67 additions & 67 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#

-i https://pypi.org/simple/
async-timeout==4.0.2; python_version >= '3.6'
async-timeout==4.0.2; python_full_version <= '3.11.2'
bottle==0.12.24
certifi==2022.12.7; python_version >= '3.6'
certifi==2023.5.7; python_version >= '3.6'
charset-normalizer==3.1.0; python_version >= '3.7'
idna==3.4; python_version >= '3.5'
jinja2==3.1.2
markupsafe==2.1.2; python_version >= '3.7'
redis==4.5.1
requests==2.28.2; python_version >= '3.7' and python_version < '4'
markupsafe==2.1.3; python_version >= '3.7'
redis==4.6.0
requests==2.31.0; python_version >= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
spotipy==2.23.0
urllib3==1.26.15; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
urllib3==2.0.3; python_version >= '3.7'

0 comments on commit 59ba49e

Please sign in to comment.