mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Fixes #4910: Unpin redis dependency to fix exception in RQ worker
This commit is contained in:
parent
9e1edd55d6
commit
2972993a84
@ -15,6 +15,7 @@
|
|||||||
* [#4887](https://github.com/netbox-community/netbox/issues/4887) - Don't disable NAPALM tabs when device has no primary IP
|
* [#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
|
* [#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
|
* [#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
|
psycopg2-binary==2.8.5
|
||||||
pycryptodome==3.9.7
|
pycryptodome==3.9.7
|
||||||
PyYAML==5.3.1
|
PyYAML==5.3.1
|
||||||
redis==3.4.1
|
|
||||||
svgwrite==1.4
|
svgwrite==1.4
|
||||||
|
Loading…
Reference in New Issue
Block a user