File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ sqlitedb:
127127 @$(MAKE ) migrate
128128
129129run :
130- ${MANAGE} runserver 8001 --insecure
130+ DJANGO_RUNSERVER_HIDE_WARNING=true ${MANAGE} runserver 8001 --insecure
131131
132132run-docker-dev :
133133 @echo " -> Run the Docker compose services in dev mode (hot reload on code changes)"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " scancodeio"
7- version = " 35.5.0 "
7+ version = " 36.0.0-dev "
88description = " Automate software composition analysis pipelines"
99readme = " README.rst"
1010requires-python = " >=3.10,<3.14"
@@ -37,16 +37,16 @@ dependencies = [
3737 " importlib-metadata==8.7.0" ,
3838 " setuptools==80.9.0" ,
3939 # Django related
40- " Django==5.1.14 " ,
40+ " Django==5.2.9 " ,
4141 " django-environ==0.12.0" ,
4242 " django-crispy-forms==2.5" ,
4343 " crispy-bootstrap3==2024.1" ,
44- " django-filter==25.1 " ,
44+ " django-filter==25.2 " ,
4545 " djangorestframework==3.16.1" ,
4646 " django-taggit==6.1.0" ,
4747 " django-htmx==1.27.0" ,
4848 # Database
49- " psycopg[binary]==3.2.13 " ,
49+ " psycopg[binary]==3.3.1 " ,
5050 # wait_for_database Django management command
5151 " django-probes==1.8.0" ,
5252 # Task queue
@@ -85,7 +85,7 @@ dependencies = [
8585 # Profiling
8686 " pyinstrument==5.1.1" ,
8787 # CycloneDX
88- " cyclonedx-python-lib==11.5 .0" ,
88+ " cyclonedx-python-lib==11.6 .0" ,
8989 " jsonschema==4.25.1" ,
9090 # MatchCode-toolkit
9191 " matchcode-toolkit==7.2.2" ,
Original file line number Diff line number Diff line change 2828
2929import git
3030
31- VERSION = "35.5.0 "
31+ VERSION = "36.0.0-dev "
3232
3333PROJECT_DIR = Path (__file__ ).resolve ().parent
3434ROOT_DIR = PROJECT_DIR .parent
You can’t perform that action at this time.
0 commit comments