mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 01:06:11 -06:00
12237 update to Django 4.2.2 and psycopg3
This commit is contained in:
parent
4d686e8162
commit
46bfc5adec
@ -121,8 +121,8 @@ netaddr
|
||||
Pillow
|
||||
|
||||
# PostgreSQL database adapter for Python
|
||||
# https://www.psycopg.org/docs/news.html
|
||||
psycopg2-binary
|
||||
# https://github.com/psycopg/psycopg2/blob/master/NEWS
|
||||
psycopg-binary
|
||||
|
||||
# YAML rendering library
|
||||
# https://github.com/yaml/pyyaml/blob/master/CHANGES
|
||||
|
@ -1,6 +1,6 @@
|
||||
bleach==6.0.0
|
||||
boto3==1.26.145
|
||||
Django==4.1.9
|
||||
Django==4.2.2
|
||||
django-cors-headers==4.0.0
|
||||
django-debug-toolbar==4.1.0
|
||||
django-filter==23.2
|
||||
@ -27,7 +27,9 @@ mkdocs-material==9.1.15
|
||||
mkdocstrings[python-legacy]==0.22.0
|
||||
netaddr==0.8.0
|
||||
Pillow==9.5.0
|
||||
psycopg2-binary==2.9.6
|
||||
psycopg==3.1.9
|
||||
psycopg-binary==3.1.9
|
||||
psycopg-pool==3.1.7
|
||||
PyYAML==6.0
|
||||
sentry-sdk==1.25.0
|
||||
social-auth-app-django==5.2.0
|
||||
|
Loading…
Reference in New Issue
Block a user