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:
@ -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
|
||||
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user