mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Update dependencies for v2.9
This commit is contained in:
parent
5cfc4ec3a0
commit
a4829198ff
@ -4,6 +4,9 @@
|
|||||||
|
|
||||||
[Redis](https://redis.io/) is an in-memory key-value store which NetBox employs for caching and queuing. This section entails the installation and configuration of a local Redis instance. If you already have a Redis service in place, skip to [the next section](3-netbox.md).
|
[Redis](https://redis.io/) is an in-memory key-value store which NetBox employs for caching and queuing. This section entails the installation and configuration of a local Redis instance. If you already have a Redis service in place, skip to [the next section](3-netbox.md).
|
||||||
|
|
||||||
|
!!! note
|
||||||
|
NetBox v2.9.0 or later requires Redis v4.0 or higher.
|
||||||
|
|
||||||
### Ubuntu
|
### Ubuntu
|
||||||
|
|
||||||
```no-highlight
|
```no-highlight
|
||||||
|
@ -1,24 +1,24 @@
|
|||||||
Django>=3.0,<3.1
|
Django>=3.0,<3.1
|
||||||
django-cacheops==4.2
|
django-cacheops==5.0.1
|
||||||
django-cors-headers==3.2.1
|
django-cors-headers==3.4.0
|
||||||
django-debug-toolbar==2.2
|
django-debug-toolbar==2.2
|
||||||
django-filter==2.2.0
|
django-filter==2.3.0
|
||||||
django-mptt==0.11.0
|
django-mptt==0.11.0
|
||||||
django-pglocks==1.0.4
|
django-pglocks==1.0.4
|
||||||
django-prometheus==2.0.0
|
django-prometheus==2.0.0
|
||||||
django-rq==2.3.2
|
django-rq==2.3.2
|
||||||
django-tables2==2.3.1
|
django-tables2==2.3.1
|
||||||
django-taggit==1.2.0
|
django-taggit==1.3.0
|
||||||
django-timezone-field==4.0
|
django-timezone-field==4.0
|
||||||
djangorestframework==3.11.0
|
djangorestframework==3.11.0
|
||||||
drf-yasg[validation]==1.17.1
|
drf-yasg[validation]==1.17.1
|
||||||
gunicorn==20.0.4
|
gunicorn==20.0.4
|
||||||
Jinja2==2.11.1
|
Jinja2==2.11.2
|
||||||
Markdown==3.2.1
|
Markdown==3.2.2
|
||||||
netaddr==0.7.19
|
netaddr==0.8.0
|
||||||
Pillow==7.1.1
|
Pillow==7.2.0
|
||||||
psycopg2-binary==2.8.5
|
psycopg2-binary==2.8.5
|
||||||
pycryptodome==3.9.7
|
pycryptodome==3.9.8
|
||||||
PyYAML==5.3.1
|
PyYAML==5.3.1
|
||||||
redis==3.4.1
|
redis==3.5.3
|
||||||
svgwrite==1.4
|
svgwrite==1.4
|
||||||
|
Loading…
Reference in New Issue
Block a user