Skip to content

Commit

Permalink
Bump redis from 5.1.1 to 5.2.0 (#2597)
Browse files Browse the repository at this point in the history
* Bump redis from 5.1.1 to 5.2.0

Bumps [redis](https://github.com/redis/redis-py) from 5.1.1 to 5.2.0.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.1.1...v5.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* synced

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peter Bengtsson <mail@peterbe.com>
  • Loading branch information
dependabot[bot] and peterbe authored Nov 5, 2024
1 parent 0d5aafe commit 40d5a42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion peterbecom/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,6 @@ def _serialize_location(geo_lookup):
# This is based on knowing what the DisplayLocation component
# in the admin UI needs.
if geo_lookup:
print('geo_lookup["time_zone"]', repr(geo_lookup["time_zone"]))
return {
"country_code": geo_lookup["country_code"],
"city": geo_lookup["city"],
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies = [
"python-dateutil==2.9.0.post0",
"python-decouple==3.8",
"pytz==2024.2",
"redis==5.1.1",
"redis==5.2.0",
"requests-mock==1.12.1",
"requests==2.32.3",
"rollbar==1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

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

0 comments on commit 40d5a42

Please sign in to comment.