mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-15 11:42:52 -06:00
Update Python dependencies for v2.8 release
This commit is contained in:
parent
a914a7c438
commit
613e37837b
@ -68,8 +68,7 @@ Jinja2
|
|||||||
|
|
||||||
# Simple markup language for rendering HTML
|
# Simple markup language for rendering HTML
|
||||||
# https://github.com/Python-Markdown/markdown
|
# https://github.com/Python-Markdown/markdown
|
||||||
# py-gfm requires Markdown<3.0
|
Markdown
|
||||||
Markdown<3.0
|
|
||||||
|
|
||||||
# Library for manipulating IP prefixes and addresses
|
# Library for manipulating IP prefixes and addresses
|
||||||
# https://github.com/drkjam/netaddr
|
# https://github.com/drkjam/netaddr
|
||||||
|
@ -5,21 +5,21 @@ django-debug-toolbar==2.2
|
|||||||
django-filter==2.2.0
|
django-filter==2.2.0
|
||||||
django-mptt==0.11.0
|
django-mptt==0.11.0
|
||||||
django-pglocks==1.0.4
|
django-pglocks==1.0.4
|
||||||
django-prometheus==1.1.0
|
django-prometheus==2.0.0
|
||||||
django-rq==2.2.0
|
django-rq==2.3.0
|
||||||
django-tables2==2.2.1
|
django-tables2==2.2.1
|
||||||
django-taggit==1.2.0
|
django-taggit==1.2.0
|
||||||
django-taggit-serializer==0.1.7
|
django-taggit-serializer==0.1.7
|
||||||
django-timezone-field==4.0
|
django-timezone-field==4.0
|
||||||
djangorestframework==3.10.3
|
djangorestframework==3.11.0
|
||||||
drf-yasg[validation]==1.17.0
|
drf-yasg[validation]==1.17.1
|
||||||
gunicorn==20.0.4
|
gunicorn==20.0.4
|
||||||
Jinja2==2.10.3
|
Jinja2==2.11.1
|
||||||
Markdown==3.2.1
|
Markdown==3.2.1
|
||||||
netaddr==0.7.19
|
netaddr==0.7.19
|
||||||
Pillow==7.0.0
|
Pillow==7.0.0
|
||||||
psycopg2-binary==2.8.4
|
psycopg2-binary==2.8.4
|
||||||
pycryptodome==3.9.4
|
pycryptodome==3.9.7
|
||||||
PyYAML==5.3
|
PyYAML==5.3.1
|
||||||
redis==3.3.11
|
redis==3.4.1
|
||||||
svgwrite==1.3.1
|
svgwrite==1.4
|
||||||
|
Loading…
Reference in New Issue
Block a user