1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #4910: Unpin redis dependency to fix exception in RQ worker

This commit is contained in:
Jeremy Stretch
2020-07-27 11:52:27 -04:00
parent 9e1edd55d6
commit 2972993a84
2 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,7 @@
* [#4887](https://github.com/netbox-community/netbox/issues/4887) - Don't disable NAPALM tabs when device has no primary IP
* [#4894](https://github.com/netbox-community/netbox/issues/4894) - Fix display of device/VM counts on platforms list
* [#4895](https://github.com/netbox-community/netbox/issues/4895) - Force UTF-8 encoding when embedding model documentation
* [#4910](https://github.com/netbox-community/netbox/issues/4910) - Unpin redis dependency to fix exception in RQ worker
---

View File

@ -21,5 +21,4 @@ Pillow==7.1.1
psycopg2-binary==2.8.5
pycryptodome==3.9.7
PyYAML==5.3.1
redis==3.4.1
svgwrite==1.4