mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
12237 update to Django 4.2 / psycopg3 (#12916)
* 12237 upgrade django and psycopg * 12237 add migration * 12237 rename migration * 12237 update requirements * 12237 fix migration * Update base requirements --------- Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
bleach==6.0.0
|
||||
boto3==1.26.156
|
||||
Django==4.1.9
|
||||
Django==4.2.2
|
||||
django-cors-headers==4.1.0
|
||||
django-debug-toolbar==4.1.0
|
||||
django-filter==23.2
|
||||
@@ -27,7 +27,7 @@ mkdocs-material==9.1.16
|
||||
mkdocstrings[python-legacy]==0.22.0
|
||||
netaddr==0.8.0
|
||||
Pillow==9.5.0
|
||||
psycopg2-binary==2.9.6
|
||||
psycopg[binary,pool]==3.1.9
|
||||
PyYAML==6.0
|
||||
sentry-sdk==1.25.1
|
||||
social-auth-app-django==5.2.0
|
||||
|
Reference in New Issue
Block a user